Sahil
Sahil
Is there a way to extract the pronunciation information at the project's current state?
The response here is a requests.models.Response object since httplib returns it. In case of non SOAP requests, in your code in utils.py on line 157 you call the response.json() to...
The response is a 200: `` I am printing `response.text` too. This prints out the content of the response, and works for all the queries I make, except for Update.
The type of response.text is unicode and the value is blank. ``` type: , content: ```
Thanks Hormoz. Appreciate the quick turnaround. Let me know if I can help with anything.
@NuerSir I'm trying to do something similar. Could you please share what you ended up doing to setup the Affine copilot with a custom LLM?
+1 seeing this issue on both `0.3.0` and `0.2.33` with `gpt-4o-mini`. Still happening after ensuring all ConversableAgents have descriptions in place. ```shell openai.InternalServerError: Error code: 500 - {'error': {'message': 'The...
@SuMiaoALi If possible could you please share your implementation? I'm trying to build something similar. Thanks