-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Inference Rest Sample and README Issue #31994
Comments
I can't reproduce issue #2. There is no exception. Here is my output: |
This link works. Please let me know if I miss something. |
Regarding to #3, I also can't reproduce the issue func.arguments. Anyway, but problem liked this should be end point issue since it fails to return arguments. Anyway, please try again. Maybe downstream has a recent fix. |
@howieleung Regarding #1 and #2, they do no longer exist. But for #3, it still exists. Can you tell me what your model name is? I tested it based on |
I use gpt-4o. The complain on JSON.parse. So let's identify what is being parsed. Can you print |
@howieleung If I use |
It is hard to say whether GPT-35-Turbo supported or not. Because according to https://openai.com/index/function-calling-and-other-api-updates/ It said, "Developers can now describe functions to gpt-4-0613 and gpt-3.5-turbo-0613" That imply early version of 35 turbo doesn't support it. |
@howieleung, After testing, it is indeed supported for |
Section Link:
Reason:
Link broken.
Section Links:
Reason:
There is a return value, but an exception is thrown.
Section Links:
Reason:
JSON string conversion failed.
@joheredi for notification.
The text was updated successfully, but these errors were encountered: