[AC-AISVC-50] 合入第一个稳定版本 #2

Merged
MerCry merged 32 commits from feature/prompt-unification-and-logging into main 2026-02-26 13:03:31 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 87de47a5df - Show all commits

View File

@ -17,6 +17,8 @@ services:
- AI_SERVICE_LLM_BASE_URL=${AI_SERVICE_LLM_BASE_URL:-https://api.openai.com/v1}
- AI_SERVICE_LLM_MODEL=${AI_SERVICE_LLM_MODEL:-gpt-4o-mini}
- AI_SERVICE_OLLAMA_BASE_URL=${AI_SERVICE_OLLAMA_BASE_URL:-http://ollama:11434}
volumes:
- ai_service_config:/app/config
depends_on:
postgres:
condition: service_healthy
@ -103,3 +105,4 @@ volumes:
postgres_data:
qdrant_data:
ollama_data:
ai_service_config: