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:
Danny Avila 2023-12-18 18:43:50 -05:00 committed by GitHub
parent c9d3e0ab6a
commit 8d563d61f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 378 additions and 85 deletions

View file

@ -23,8 +23,8 @@ Before running LibreChat with Docker, you need to configure some settings:
- Provide all necessary credentials in the `.env` file before the next step.
- Docker will read this env file. See the `.env.example` file for reference.
#### [API Keys and Tokens Setup](apis_and_tokens.md) (Required)
You must set up at least one of these tokens or APIs to run the app.
#### [AI Setup](ai_setup.md) (Required)
At least one AI endpoint should be setup for use.
#### [Manage Your MongoDB Database](../features/manage_your_database.md) (Optional)
Safely access and manage your MongoDB database using Mongo Express