LibreChat/api
Danny Avila 5dd9c11326
Feat: Add Azure support (#219)
feat(api): add support for Azure OpenAI API

- Add Azure OpenAI API environment variables to .env.example
- Modify chatgpt-client.js to use Azure OpenAI API if environment variables are present
- Modify askOpenAI.js to use arrow function syntax
- Modify handlers.js to add console.log statement for partial variable
2023-05-09 17:42:55 -04:00
..
app Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00
lib feat: feat: new endpoint-style endpoint select 2023-03-31 04:22:16 +08:00
middleware feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
models fix browser refresh redirecting to /chat/new (#210) 2023-05-07 19:16:12 -04:00
server Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00
strategies fix issue with validation when google account has multiple spaces in name (#211) 2023-05-07 20:31:27 -04:00
utils feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
.env.example Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00
.eslintrc.js chore: eslint rules and blinker update in text handling 2023-03-21 13:41:31 -04:00
.prettierrc feat(api): add support for saving messages to database 2023-04-09 11:17:08 -04:00
nodemon.json fix: ignoreDir pointing correctly 2023-03-07 13:49:15 -05:00
package-lock.json Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00
package.json Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00