-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
support azure-openai gpt-35-turbo models (1106 and 0125) #518
Comments
Or perhaps allow users to type their own model names. |
Hi, the azure endpoints are already mapped here: https://github.com/ztjhz/BetterChatGPT/blob/main/src/api/api.ts#L18 |
@ztjhz thanks for your response! However, that list is not complete. For instance, it doesn't include the latest gpt3.5 versions: |
hi, how are you supposed to enter the custom azure endpoint? been trying would appreciate any help! |
* support azure gpt-3.5-turbo-1106 model fixes #518 * support azure gpt 3.5 0125 model
* support azure gpt-3.5-turbo-1106 model fixes ztjhz/BetterChatGPT#518 * support azure gpt 3.5 0125 model
* support azure gpt-3.5-turbo-1106 model fixes ztjhz/BetterChatGPT#518 * support azure gpt 3.5 0125 model
Hey @ztjhz !
Thanks for the excellent repo!
Azure Openai models are named 'gpt-35-turbo-1106' instead of 'gpt-3.5-turbo-1106'. Could you add a mapping for azure endpoints by checking the endpoint URL? Azure endpoints are in this format: 'https://DEPLOYMENT-NAME.openai.azure.com/'.
Something like this would work: if 'openai.azure.com' is in endpoint_url, change 'gpt-3.5-turbo-1106' to 'gpt-35-turbo-1106'.
Bests
The text was updated successfully, but these errors were encountered: