-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: "The model produces invalid content" #154
Comments
I'm sorry, I didn't understand |
Using |
so do I just do git pull
make run |
|
the
|
|
Alright, |
I have no idea what just happened 2024-12-28.12-57-25.msedge.mp4 |
Is there any error in the terminal? |
Run And could you check in localhost:3000? |
The only instance using port 3000 is OH running via the Docker command |
Could you change the BACKEND_PORT to 3002 here and check http://localhost:3002? |
All files will be in the |
The path is |
The config is [core]
workspace_base="./workspace"
workspace_mount_path="/mnt/c/repositories/extensions/youtube-time-manager"
debug=true
[llm]
model="gpt-4o"
api_key="KEY"
base_url="https://api.openai.com/v1"
embedding_model="openai" what did I configure incorrectly? |
workspace_base="/mnt/c/repositories/extensions/youtube-time-manager"
|
this is the local path. In the frontend terminal, could you run |
I see thanks for pointing that out north [core]
workspace_base="/mnt/c/repositories/extensions/youtube-time-manager"
debug=true |
Yes. |
Now, despite having the API key configured, I get this issue 2024-12-28.13-50-50.msedge.mp4Then, when the agent is initialized, it tries to send a request to the OpenAI server, but because the LLM key isn't defined in the local storage, I get an error |
Could you set it like this in the [llm]
model = 'groq/gemma2-9b-it'
api_key = 'key' |
Do I also need to set |
Nope. It will use the default value for the provider. |
Is this the right way to configure it? [core]
workspace_base="/mnt/c/repositories/extensions/youtube-time-manager"
debug=true
[llm]
model="openai/gpt-4o"
api_key="KEY" |
Yes. |
You can simply click save and run. key will be taken from the config file. UI won't be updated. |
When I clicked Save this modal went away, but when I sent the prompt, after a brief moment that was logged to the console
|
Could you comment on these 2 lines and check? |
Seems to have worked |
Also, apparently in the config file I need to set the path to the file system, but if I want to reference any file in the prompt, it has to be in the "virtual" one, under |
It's for ease of use. |
Having the agent modify files directly is what I want so that it's easier to keep track of what it's doing, compare diffs, and if I need to, rollback |
All-Hands-AI#5876 Issue
@avi12 Could you isolate these params and replicate the issue?
The text was updated successfully, but these errors were encountered: