Erweiterungen
This commit is contained in:
@@ -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
|
||||
# ===========================================
|
||||
|
||||
Reference in New Issue
Block a user