[AC-AISVC-50] 合入第一个稳定版本 #2
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue