anshulpwappgo

Results 3 issues of anshulpwappgo

in config.yaml ``` type: embedder provider: litellm_embedder models: # We are now using the direct Hugging Face provider via LiteLLM. - model: huggingface/sentence-transformers/all-MiniLM-L6-v2 alias: default api_key: ${HF_TOKEN} timeout: 600 ```...

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 : ```...

Hi team 👋, I’m trying to run Wren AI with Groq’s OpenAI-compatible API as the LLM provider instead of OpenAI. I configured my .env like this: ``` COMPOSE_PROJECT_NAME=wrenai PLATFORM=linux/amd64 PROJECT_DIR=....

bug