Aman Kishore Achpal

Results 4 comments of Aman Kishore Achpal

@krrishdholakia I echo James' view on this. We also saw lots of these error messages in our logs, and erroneously assumed something was going wrong. Having this error accompany both...

@krrishdholakia @ishaan-berri @ishaan-jaff -- can y'all please take a look at this one? 🙏🏻 It is flooding our logs, and I'm unsure if it's causing issues (efficiency, or otherwise) on...

Additionally, reading the code of completion_with_fallbacks: if isinstance( model, dict ): # completion(model="gpt-4", fallbacks=[{"api_key": "", "api_base": ""}, {"api_key": "", "api_base": ""}]) kwargs["api_key"] = model.get("api_key", None) kwargs["api_base"] = model.get("api_base", None) model...