LibreChat/api/app/clients/tools/structured
Danny Avila ab3339210a
🖼️ feat(DALL-E): Azure OpenAI Support & New Config Variables (#1586)
* feat(DALL-E-3/DALL-E-2): Azure OpenAI support. New Version specific environment credentials:
 - DALLEx_SYSTEM_PROMPT=
 - DALLEx_AZURE_API_VERSION=
 - DALLEx_BASEURL=
 - DALLEx_API_KEY=
 - replace `x` with `3` or `2`

* docs: update docs based on new env vars and Azure OpenAI support for DALL-E

* docs: breaking change for user provided DALLE_API_KEY:
- **DALL-E Update**: user-provided keys for DALL-E are now specific to each DALL-E version, i.e.:  and
- Note:  will work for both DALL-E-3 and DALL-E-2 when the admin provides the credential; in other words, this may only affect your users if DALLE_API_KEY is not set in the  file. In this case, they will simply have to uninstall the plugin, and provide their API key again.

* refactor: use process.env at runtime instead of from memory to fix testing DALLE3.spec.js, adjust test
2024-01-18 19:39:27 -05:00
..
specs 🖼️ feat(DALL-E): Azure OpenAI Support & New Config Variables (#1586) 2024-01-18 19:39:27 -05:00
AzureAISearch.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
ChatTool.js refactor(plugins): Improve OpenAPI handling, Show Multiple Plugins, & Other Improvements (#845) 2023-08-28 12:03:08 -04:00
CodeSherpa.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
CodeSherpaTools.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
DALLE3.js 🖼️ feat(DALL-E): Azure OpenAI Support & New Config Variables (#1586) 2024-01-18 19:39:27 -05:00
E2BTools.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
extractionChain.js refactor(plugins): Improve OpenAPI handling, Show Multiple Plugins, & Other Improvements (#845) 2023-08-28 12:03:08 -04:00
StableDiffusion.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
Wolfram.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00