LibreChat/api/server/routes
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
..
ask Feat: Add Azure support (#219) 2023-05-09 17:42:55 -04:00
auth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
convos.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
endpoints.js fix(api): correct typo in environment variable name from "user_provide" to "user_provided" in bingai.js and chatgpt-browser.js clients and endpoints.js router 2023-04-11 21:50:53 -04:00
index.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
messages.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
oauth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
presets.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
prompts.js reorganize dirs for dockerize 2023-03-06 10:15:07 -05:00
search.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
tokenizer.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00