This commit is contained in:
aaron 2025-05-09 12:45:57 +08:00
parent 03cb7fe83a
commit 7f3c51bc19
2 changed files with 4 additions and 4 deletions

View File

@ -35,9 +35,9 @@ async def get_agents(current_user: Dict[str, Any] = Depends(get_current_user)):
return [ return [
{ {
"id": "1", "id": "1",
"name": "交易AI助手", "name": "加密货币交易助手",
"hello_prompt": "您好,我是交易AI助手,为您提供专业的数字货币交易分析和建议", "hello_prompt": "您好,我是加密货币交易助手,为您提供专业的数字货币交易分析和建议",
"description": "为您提供专业的交易分析和建议", "description": "帮你分析做加密货币技术分析",
} }
] ]

View File

@ -29,7 +29,7 @@ services:
cryptoai-api: cryptoai-api:
build: . build: .
container_name: cryptoai-api container_name: cryptoai-api
image: cryptoai-api:0.0.7 image: cryptoai-api:0.0.8
restart: always restart: always
ports: ports:
- "8000:8000" - "8000:8000"