Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 446 Bytes

AIOS-LSFS

From Commands to Prompts: LLM-based Semantic File System for AIOS

🏠 Architecture of LSFS

🚀 Quickstart

Installation

conda create -n lsfs-venv python=3.11
conda activate lsfs-venv
pip install -r requirements.txt

Run

Set up your OPENAI API Key and run the following command

python main.py --llm_name gpt-4o-mini # use gpt-4o-mini by default