mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:01:08 +02:00
chore(mana-llm): manawald.mana.how + localhost:3090 in CORS_ORIGINS
Runtime-Override für den mana-llm-Container, damit der manawald-Browser direkt llm.mana.how/v1/chat/completions ohne CORS-Block trifft. Default-Liste in mana/services/mana-llm/src/config.py separat ergänzt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
009a695345
commit
cec84c2a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ services:
|
|||
GOOGLE_DEFAULT_MODEL: gemini-2.0-flash
|
||||
AUTO_FALLBACK_ENABLED: "true"
|
||||
OLLAMA_MAX_CONCURRENT: 5
|
||||
CORS_ORIGINS: https://playground.mana.how,https://mana.how,https://chat.mana.how
|
||||
CORS_ORIGINS: https://playground.mana.how,https://mana.how,https://chat.mana.how,https://manawald.mana.how,http://localhost:3090
|
||||
ports:
|
||||
- "3025:3025"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue