update
This commit is contained in:
parent
03cb7fe83a
commit
7f3c51bc19
@ -35,9 +35,9 @@ async def get_agents(current_user: Dict[str, Any] = Depends(get_current_user)):
|
||||
return [
|
||||
{
|
||||
"id": "1",
|
||||
"name": "交易AI助手",
|
||||
"hello_prompt": "您好,我是交易AI助手,为您提供专业的数字货币交易分析和建议",
|
||||
"description": "为您提供专业的交易分析和建议",
|
||||
"name": "加密货币交易助手",
|
||||
"hello_prompt": "您好,我是加密货币交易助手,为您提供专业的数字货币交易分析和建议",
|
||||
"description": "帮你分析做加密货币技术分析",
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ services:
|
||||
cryptoai-api:
|
||||
build: .
|
||||
container_name: cryptoai-api
|
||||
image: cryptoai-api:0.0.7
|
||||
image: cryptoai-api:0.0.8
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user