You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to use the Tool's Call feature. Specifically, I'm trying to run exactly this example:
https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-openai_1.0.0-beta.6/sdk/openai/azure-ai-openai/src/samples/java/com/azure/ai/openai/usage/GetChatCompletionsToolCallSample.java
and whenever I try to run the example I'm getting this error:
this happens exactly on this line:
I'm certain my credentials are correct, since I have tried using them without the tools and it works well.
This left me wondering if this is related with the model version I'm suing (gpt-35-turbo, version 0301) :
Could someone clarify this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions