#1904·WrenAI

I’m trying to run Wren AI with Groq’s OpenAI-compatible API as the LLM provider instead of OpenAI.

Author: anshulpwappgoCreated Aug 20, 2025Updated Sep 18, 2026
Labelsstale

I’m trying to run Wren AI with Groq’s OpenAI-compatible API as the LLM provider instead of OpenAI.

i use llama model from groq api but i get issue :

Cannot read properties of null (reading 'hash')"
wren-ui-1          | } UNKNOWN false
wren-ui-1          | sendEvent graphql_error_failed {
wren-ui-1          |   originalErrorStack: undefined,
wren-ui-1          |   originalErrorMessage: undefined,
wren-ui-1          |   errorMessage: "Cannot read properties of null (reading 'hash')"
wren-ui-1          | } UNKNOWN false

so , wren only run in open ai ?