dkimmunichre

Results 16 comments of dkimmunichre

At the very least there should be an update in the documentation or a more detailed guide to using Azure OpenAI object, which I'm willing to do once I figure...

Update: @excubo-jg I retried with deployment_id and it did not work. There must be other differences that allow your setup to work correctly but mine not.

Also ran in to the same problem. @gramster Did you end up not using the module set up of init and forward set up but directly use chainofthought? Just trying...

That's strange because `self.summarizer(transcript=transcript)` itself returns a Prediction object. Calling the forward function vs Wrapping it again in Prediction should not make a difference... especially in its _store attribute... This...

in fact one of two times I saw this error being returned was during the evaluation of an assertion / suggestion..

Update: this was an error that stems from use of azure_ad_token as the api key. It seems that despite what the documentation says about azure_ad_token being a valid api_key argument,...