Skip to content

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

Notifications You must be signed in to change notification settings

agiresearch/AIOS-LSFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages