mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +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
|
|
@ -15,12 +15,19 @@ Errors logs are also saved in the same location: `./api/logs/error-%DATE%.log`.
|
|||
|
||||
### Setup
|
||||
|
||||
Keep debug logs enabled with the following environment variable. Even if you never set this variable, debug logs will be generated, but you have the option to disable them by setting it to `FALSE`.
|
||||
Toggle debug logs with the following environment variable. By default, even if you never set this variable, debug logs will be generated, but you have the option to disable them by setting it to `FALSE`.
|
||||
|
||||
Note: it's recommended to disable debug logs in a production environment.
|
||||
|
||||
```bash
|
||||
DEBUG_LOGGING=TRUE
|
||||
```
|
||||
|
||||
```bash
|
||||
# in a production environment
|
||||
DEBUG_LOGGING=FALSE
|
||||
```
|
||||
|
||||
For verbose server output in the console/terminal, you can also set the following:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue