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
When using Ollama as the LLM engine in ElizaOS (v1.0.0-beta.2), the response parsing fails with a TypeError: null is not an object (evaluating 'responseObject.providers'). The issue occurs because parseJSONObjectFromText(response) returns null, which suggests that the response from Ollama is not valid JSON.
Hello @thewhitewizard! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
Describe the bug
When using Ollama as the LLM engine in ElizaOS (v1.0.0-beta.2), the response parsing fails with a TypeError: null is not an object (evaluating 'responseObject.providers'). The issue occurs because parseJSONObjectFromText(response) returns null, which suggests that the response from Ollama is not valid JSON.
To Reproduce
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: