mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
✨ feat: Azure Vision Support & Docs Update (#1389)
* feat(AzureOpenAI): Vision Support * chore(ci/OpenAIClient.test): update test to reflect Azure now uses chatCompletion method as opposed to getCompletion, while still testing the latter method * docs: update documentation mainly revolving around Azure setup, but also reformatting the 'Tokens and API' section completely * docs: add images and links to ai_setup.md * docs: ai setup reference
This commit is contained in:
parent
c9d3e0ab6a
commit
8d563d61f1
14 changed files with 378 additions and 85 deletions
|
|
@ -334,7 +334,7 @@ ALLOW_REGISTRATION=false
|
|||
```
|
||||
|
||||
**Resources:**
|
||||
- [Tokens/Apis/etc](../install/apis_and_tokens.md)
|
||||
- [Tokens/Apis/etc](../install/ai_setup.md)
|
||||
- [User/Auth System](../install/user_auth_system.md)
|
||||
|
||||
### **3. Start docker, and then run the installation/update script**
|
||||
|
|
|
|||
|
|
@ -68,8 +68,8 @@ sudo reboot
|
|||
|
||||
## Tokens/Apis/etc:
|
||||
- Make sure you have all the needed variables for the following before moving forward
|
||||
### [Get Your API keys and Tokens](../install/apis_and_tokens.md) (Required)
|
||||
- You must set up at least one of these tokens or APIs to run the app.
|
||||
### [Setup your AI Endpoints](../install/ai_setup.md) (Required)
|
||||
- At least one AI endpoint should be setup for use.
|
||||
### [User/Auth System](../install/user_auth_system.md) (Optional)
|
||||
- How to set up the user/auth system and Google login.
|
||||
### [Plugins](../features/plugins/introduction.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue