Replies: 2 comments
-
I saw this too. I think changing line 55 in src/agents/coder.py from:
to:
would fix this. It'a actually the backquote character, not a single quote. It looks like the backquotes are meant to print the name of the generated file in the terminal window in a monospace font. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I opened issue #566 for this and created PR #567 to fix this issue using the change that I mentioned in my previous comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using devika on an ubuntu 22.04 LTS machine with a local running ollama with various models.
In principle it is creating files, but the file names are strange like:
tom@tomHome test2 $ ls
'
main.py
'Where can I fix that, so the filename would be main.py?
Beta Was this translation helpful? Give feedback.
All reactions