M V Midhun

Results 8 comments of M V Midhun

see [this](https://github.com/google/generative-ai-docs/issues/257) Its a known issue and their is no proper solution for it. What to do: Use another provider (Groq (recommended)) or Ollama (if you have a big GPU...

See [this](https://github.com/kolbytn/mindcraft/issues/426#issuecomment-2627331212)

@arquehi Is their any tutorial for using ollama in my pandas ai ?

> Error with embedding model, using word overlap instead: [RateLimitError: 429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read...

> { errno: -4079, code: 'ECONNABORTED', system call: 'write' } Error event! { errno: -4079, code: 'ECONNABORTED', system call: 'write'} Hmm, this is the exact error that came to me...

Your andy.json: ``` { "name": "andy", "model": { "api": "groq", "url": "https://api.groq.com/openai/v1", "model": "llama-3.2-90b-vision-preview" } } ``` - Remove the `url` param in the above file. > Should be like...