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
[09:34:23] Browser tool available (using playwright)
[09:34:26] Using model: groq/llama-3.1-8b-instant
[09:34:27] INFO Using fallback metadata for unknown model llama-3.1-8b-instant from groq models.py:185
[09:34:27] Using logdir ~/.local/share/gptme/logs/2025-01-04-sprinting-angry-monster
Using workspace at ~/git/progetti/tasks
Then, if I write compute fib 10 I have
openai.BadRequestError: Error code: 400 - {'error': {'message': "'messages.0' : for 'role:system' the following must be satisfied[('messages.0.content' : value must be a string)]", 'type': 'invalid_request_error'}}
What am I doing wrong?
Thank you
The text was updated successfully, but these errors were encountered:
Hi @ErikBjare ,
after I run the program, I have
Then, if I write
compute fib 10
I haveWhat am I doing wrong?
Thank you
The text was updated successfully, but these errors were encountered: