Merge pull request #2026 from pedrofs/pedro/fix-env.example
fix: adjust the EMBEDDING_BINDING_HOST for openai in the env.example
This commit is contained in:
commit
0c41be6f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ EMBEDDING_BINDING_HOST=http://localhost:11434
|
|||
# EMBEDDING_BINDING=openai
|
||||
# EMBEDDING_MODEL=text-embedding-3-large
|
||||
# EMBEDDING_DIM=3072
|
||||
# EMBEDDING_BINDING_HOST=https://api.openai.com
|
||||
# EMBEDDING_BINDING_HOST=https://api.openai.com/v1
|
||||
# EMBEDDING_BINDING_API_KEY=your_api_key
|
||||
|
||||
### Optional for Azure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue