mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 13:20:30 +00:00
docs: docs for openai-compatible
Some checks failed
Development Build / extract-version (push) Has been cancelled
Development Build / lint-and-check (push) Has been cancelled
Development Build / test-build-regular (push) Has been cancelled
Development Build / test-build-single (push) Has been cancelled
Development Build / summary (push) Has been cancelled
Some checks failed
Development Build / extract-version (push) Has been cancelled
Development Build / lint-and-check (push) Has been cancelled
Development Build / test-build-regular (push) Has been cancelled
Development Build / test-build-single (push) Has been cancelled
Development Build / summary (push) Has been cancelled
This commit is contained in:
parent
adc8629ea9
commit
dcef3751cc
3 changed files with 46 additions and 5 deletions
|
|
@ -195,6 +195,11 @@ AZURE_OPENAI_API_KEY=your-azure-key-here
|
|||
AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/
|
||||
AZURE_OPENAI_API_VERSION="2024-12-01-preview"
|
||||
AZURE_OPENAI_DEPLOYMENT_NAME=your-deployment-name
|
||||
|
||||
# OpenAI Compatible (LM Studio, etc.)
|
||||
OPENAI_COMPATIBLE_BASE_URL=http://localhost:1234/v1
|
||||
# Optional - only if your endpoint requires authentication
|
||||
OPENAI_COMPATIBLE_API_KEY=your-key-here
|
||||
```
|
||||
|
||||
### Optional Services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue