LibreChat/api/utils
Danny Avila bd068c9a5a
feat(chatgpt-client.js, titleConvo.js, genAzureEndpoints.js): add support for Azure OpenAI API endpoint generation (#234)
This commit adds support for generating Azure OpenAI API endpoints in the
`chatgpt-client.js` and `titleConvo.js` files. The `genAzureEndpoint` function
in `genAzureEndpoints.js` generates the endpoint URL based on the provided
parameters. The `chatgpt-client.js` and `titleConvo.js` files now use this
function to generate the endpoint URL when the `AZURE_OPENAI_API_KEY` environment
variable is set.
2023-05-10 23:47:26 -04:00
..
emails feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
debug.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
genAzureEndpoints.js feat(chatgpt-client.js, titleConvo.js, genAzureEndpoints.js): add support for Azure OpenAI API endpoint generation (#234) 2023-05-10 23:47:26 -04:00
migrateDataToFirstUser.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
sendEmail.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00