mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 13:20:30 +00:00
Release 1.2 (#242)
* chore: improve podcast transcripts * fix: remove date from insight - fixes #241 * fix: improve scrolling on source and insights - fixes #237 * chore: update esperanto to fix: #234 * chore: update esperanto to fix #226 * fix: process vectorization as subcommands to handle larger documents more gracefully - fix: #229 * feat: enable background job retry capabilities * feat: reenable content types that were disabled during alpha version * fix: remove unnecessary model caching causing many issues. * feat: support multiple azure endpoints and keys just like openai compatible. Fixes #215 * docs: update azure variables * chore: bump and update dependencies
This commit is contained in:
parent
bc35a95117
commit
f79a9040ae
20 changed files with 1077 additions and 435 deletions
|
|
@ -191,10 +191,18 @@ OPENROUTER_BASE_URL="https://openrouter.ai/api/v1"
|
|||
OPENROUTER_API_KEY=your-openrouter-key-here
|
||||
|
||||
# Azure OpenAI
|
||||
# Generic configuration (applies to all modalities)
|
||||
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
|
||||
AZURE_OPENAI_API_VERSION=2024-12-01-preview
|
||||
|
||||
# Mode-specific configuration (for different deployments per modality)
|
||||
# AZURE_OPENAI_API_KEY_LLM=your-llm-key
|
||||
# AZURE_OPENAI_ENDPOINT_LLM=https://llm-endpoint.openai.azure.com/
|
||||
# AZURE_OPENAI_API_VERSION_LLM=2024-12-01-preview
|
||||
# AZURE_OPENAI_API_KEY_EMBEDDING=your-embedding-key
|
||||
# AZURE_OPENAI_ENDPOINT_EMBEDDING=https://embedding-endpoint.openai.azure.com/
|
||||
# AZURE_OPENAI_API_VERSION_EMBEDDING=2024-12-01-preview
|
||||
|
||||
# OpenAI Compatible (LM Studio, etc.)
|
||||
OPENAI_COMPATIBLE_BASE_URL=http://localhost:1234/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue