AIlice icon indicating copy to clipboard operation
AIlice copied to clipboard

AIlice is a fully autonomous, general-purpose AI agent.

Results 21 AIlice issues
Sort by recently updated
recently updated
newest added

I create new clean Python environment. Then the following commands all work ``` git clone https://github.com/myshell-ai/AIlice.git cd AIlice pip install -e . ``` But when I try the next `pip...

As a user who is on a windows system and can't run Docker (Due to WSL issues. Don't ask), there should be an option to run this off of the...

noted it was missing during a fresh installation

Hey there, when I run the Dockerfile using `docker build -t env4scripter .` as explained in the [documentation](https://github.com/myshell-ai/AIlice?tab=readme-ov-file#virtual-environment-settings-for-code-execution) I get the following error. ``` > [10/10] RUN pip3 install pyzmq:...

I tried to include ollama model into /home/user/.config/ailice/config.json as explained in the readme: ``` (env) user@debian-ai:~/AIlice$ ailice_main --modelID=ollama:llama2:latest --prompt="main" config.json is located at /home/user/.config/ailice In order to simplify installation and...

The tagline of AIlice is 'lightweight AI agent', and while the code itself is brilliantly minimal, the ailice virtual environment took up 5.8GB of space on my hard drive. The...

Saw in your Readme that you haven't tried it with claude. Would recommend trying openrouter to try out claude. And maybe adding instructions for it. That way swapping models is...

PS C:\Users\ZIWIG\Downloads\ScraperAI\gpt4V-scraper\AIlice> ailice_web --modelID=groq:llama3-70b-8192 config.json is located at C:\Users\ZIWIG\AppData\Local\Steven Lu\ailice In order to simplify installation and usage, we have set local execution as the default behavior, which means AI has...

Dear, Would it be possible to check : - Better handling of error for config.json ? Example : When you try to load something not existing. - Creation of the...

Hello, My first try seems to generate error : ``` ASSISTANT_AIlice: !CALL ASSISTANT_file_listing: SYSTEM_AIlice: Agent file_listing returned: ASSISTANT_AIlice: !CALL ASSISTANT_file_listing: SYSTEM_AIlice: Error code: 400 - {'error': "'messages' array must only...