update
This commit is contained in:
parent
d71d6cca5b
commit
ef415d4ec9
@ -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": "为您提供专业的交易分析和建议",
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user