miurla/morphic

[BUG] using groq as writer fails

freedomtrain opened this issue · 2 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have added SPECIFIC_API_MODEL=llama-3.1-70b-versatile as the writer. It was working until a few days ago and the I started receiving the error message "Tool use failed: JSON does not match the expected schema for tool calls"

Expected Behavior

I expect that using llama-3.1-70b-versatile via grok as a writer will work as it has in the past

Steps To Reproduce

bun dev and then open browser

Environment

- OS:Ubuntu
- Browser: Safari

Anything else?

No response

Is there any update on this ? This is still failing and now when there is a query the answer section does not show up.

I've added support for the Groq provider and modified all agents to use the Groq API: #355