You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of running commands it creates a txt file that start and end in backticks with the commands in the file
it also creates other files with backtickes before and after in the filename
How To Reproduce
Steps to reproduce the behavior (example):
setup devika to run normally
create new devika project
select llama3.1-8b from ollama
send first message: lets create a nextjs project named trolo
result
Expected behavior
I expected for davika at least to ask me before creating files or running commands. just ask does this command seem ok? does this file name and contents seem ok? etc
but also look at tinychatengine open source project and paper, they are running on cpu gpu and mac code assistant with great results they use technology for minimizing resources needed
Screenshots and logs
Configuration
- OS: Windows 11
- Python version: 3.11.9
- Node version: v22.5.1
- bun version: 1.1.21
- search engine: google
- Model: ollama using for this bug llama3.1:8b (it is the default so it is q4_0) should I try q8_0?
- modifications:
- - in devika.py line 26 changed to the correct localhost:port
Additional context
I really think there should be some guide for which model to use with ollama for different vram capacity gpu architecture and ram
also please make devika work with local open source models I have a 4070 12gb vram and 32gb ram which is not low specs by any measure and llama3.1:8b is pretty capable
The text was updated successfully, but these errors were encountered:
Same happened here, all files were created with backticks at the beginning and/or end. Interestingly, within the subfolders, folder names were left with the initial backtick and the file name with the final backtick. File contents are OK.
Describe the bug
instead of running commands it creates a txt file that start and end in backticks with the commands in the file
it also creates other files with backtickes before and after in the filename
How To Reproduce
Steps to reproduce the behavior (example):
Expected behavior
I expected for davika at least to ask me before creating files or running commands. just ask does this command seem ok? does this file name and contents seem ok? etc
but also look at tinychatengine open source project and paper, they are running on cpu gpu and mac code assistant with great results they use technology for minimizing resources needed
Screenshots and logs
Configuration
Additional context
I really think there should be some guide for which model to use with ollama for different vram capacity gpu architecture and ram
also please make devika work with local open source models I have a 4070 12gb vram and 32gb ram which is not low specs by any measure and llama3.1:8b is pretty capable
The text was updated successfully, but these errors were encountered: