brainqub3 / meta_expert

Versatile agents for long running, research intensive tasks.
MIT License
266 stars 88 forks source link

Error in invoking model! No content in response #9

Closed tonypius closed 1 month ago

tonypius commented 1 month ago
Screenshot 2024-07-31 at 1 14 59 PM

Not able to even start the process

john-adeojo commented 1 month ago

Which model are you using?

tonypius commented 1 month ago

I tried adding keys of almost all. Currently I've keys for claude and groq. Still no luck. I've also added a serper key.

Also, I just noticed that my python virtual env is 3.10 and not 3.11. I hope that shouldn't matter

john-adeojo commented 1 month ago

You are getting 403 errors which is a permission error according to the official anthropic documentation. check it out here: https://docs.anthropic.com/en/api/errors Seems your error is more to do with your account permisions on Anthropic.

tonypius commented 1 month ago

In the current push I'm able to choose the model. Previously it was always defaulting to anthropic. I'm closing this issue for now.