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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to Crush
I try to use Crush + Ollama + Qwen coder under Pop!_OS 24.04
In the tutorials, the files are easily writed in the project folder.
But in my case it only outputs json and nothing else happen.
Could you please help me to understand if it is a misconfiguration or a bug?
Here is a really simple example of what happens :
prompt : "Generate and write a test html file"
crush response :
{
"name": "write",
"arguments": {
"file_path": "path/to/your/test.html",
"content": "\n<html lang="en">\n\n<meta charset="UTF-8">\n<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<title>Test File</title>\n\n\n
This is a test HTML file
\nThis file was generated using the write function.
\n\n"}
}
Could you please help me to understand why it is not interpreted?
Thank you !
SN
Beta Was this translation helpful? Give feedback.
All reactions