Erweiterungen

This commit is contained in:
2026-01-26 16:36:13 +01:00
parent 64fb022c38
commit 234e75c66a
7 changed files with 250 additions and 39 deletions

View File

@@ -113,6 +113,13 @@ spring.ai.openai.api-key=not-used
spring.ai.openai.chat.options.model=local-model
spring.ai.openai.chat.options.temperature=0.7
# WICHTIG: Streaming deaktivieren - LM Studio/Docker können Streaming-Responses nicht korrekt handlen
spring.ai.openai.chat.options.stream=false
# Timeouts für OpenAI Client
spring.ai.openai.connect-timeout=10s
spring.ai.openai.read-timeout=120s
# ===========================================
# MCP Server Configuration
# ===========================================