mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: change devault to default (#688)
This commit is contained in:
@@ -112,7 +112,7 @@ Users must ensure Docker is installed before attempting most scenarios. Please r
|
||||
CHAT_MODEL=gpt-4-turbo
|
||||
EOF
|
||||
```
|
||||
- However, not every API services support these features by devault. For example: `AZURE OpenAI`, you have to configure your GPT model in the `.env` file like this.
|
||||
- However, not every API services support these features by default. For example: `AZURE OpenAI`, you have to configure your GPT model in the `.env` file like this.
|
||||
```bash
|
||||
cat << EOF > .env
|
||||
USE_AZURE=True
|
||||
|
||||
Reference in New Issue
Block a user