feat : 분석기능 추가.

This commit is contained in:
lsh9672
2025-06-16 10:58:46 +09:00
parent ea25b5a502
commit bc51e15662
7 changed files with 355 additions and 36 deletions
+6 -3
View File
@@ -52,9 +52,9 @@ ai-api:
# 외부 서비스 설정
external:
services:
review: ${EXTERNAL_SERVICES_REVIEW:http://localhost:8082}
store: ${EXTERNAL_SERVICES_STORE:http://localhost:8081}
member: ${EXTERNAL_SERVICES_MEMBER:http://localhost:8080}
review: ${EXTERNAL_SERVICES_REVIEW:http://localhost:8083}
store: ${EXTERNAL_SERVICES_STORE:http://localhost:8082}
member: ${EXTERNAL_SERVICES_MEMBER:http://localhost:8081}
#springdoc:
# api-docs:
@@ -83,6 +83,9 @@ ai:
key: ${AI_AZURE_COGNITIVE_KEY:your-cognitive-service-key}
openai:
api-key: ${AI_OPENAI_API_KEY:your-openai-api-key}
claude:
api-key: ${AI_CLAUDE_KEY:your-claude-key}
endpoint: ${AI_CLAUDE_ENDPOINT:https://api.anthropic.com}
# Azure Event Hub 설정
azure: