llama-fs
llama-fs copied to clipboard
A self-organizing file system with llama 3
Hello, I followed your instructions on my Mac. When I run the command > fastapi dev server.py I get this error: **ModuleNotFoundError: No module named 'colorama'** But I already installed...
i did pip install -r requirements.txt successfully. now what? how do i run the app?
I was very excited about your project, but despite all my efforts, I couldn't launch it. I spent almost two hours trying to figure out why every request gets a...
When I run it and post a request for scan, I am getting Method not allowed for POST !
Even if you pass incognito=true, it still uses groq for text files! actually incognito flag is not used at all, it just uses groq for text files and llama for...
TypeError: unsupported operand type(s) for |: 'type' and '_GenericAlias' 38 │ │ │ 39 │ event_type: EventType │ │ 40 │ params: Optional[dict] = None │ │ ❱ 41 │...
I'm using arch linux, the servers runs well. [log.txt](https://github.com/iyaja/llama-fs/files/15487895/log.txt) ```sh $ curl -X POST http://127.0.0.1:8000 \ ✔ -H "Content-Type: application/json" \ -d '{"path": "/home/archkye/Downloads/", "instruction": "string", "incognito": false}' ```...
When I run the rollowing request: ``` curl -X POST http://127.0.0.1:8000/batch \ -H "Content-Type: application/json" \ -d '{"path": "/Users/nicholasbaier/Downloads/", "instruction": "please suggest new names for these files" }' ``` I...
!Warning! Even if you pass incognite=true, it still uses groq for text files! actually incognito flag is not used at all, it just uses groq for text files and llama...
Is Linux supported?