This commit is contained in:
aaron 2025-05-08 00:59:02 +08:00
parent d71d6cca5b
commit ef415d4ec9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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