This commit is contained in:
aaron 2025-06-19 08:36:26 +08:00
parent 74fa117ad2
commit 813d93dfb9
2 changed files with 5 additions and 5 deletions

View File

@ -25,11 +25,11 @@ class AnalysisHistoryRequest(BaseModel):
router = APIRouter() router = APIRouter()
# api_url = 'http://ai.meida.fit/v1' api_url = 'http://ai.meida.fit/v1'
# agent_token = 'app-wHONyQlk26htYWXbVxtBHI2Y' agent_token = 'app-wHONyQlk26htYWXbVxtBHI2Y'
api_url = 'https://mate.aimateplus.com/v1' # api_url = 'https://mate.aimateplus.com/v1'
agent_token = 'app-pPtva2AdJ8hJzkBKu12ThWjD' # agent_token = 'app-pPtva2AdJ8hJzkBKu12ThWjD'
@router.post("/analysis_history") @router.post("/analysis_history")
async def analysis_history(request: AnalysisHistoryRequest, async def analysis_history(request: AnalysisHistoryRequest,

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.2.21 image: cryptoai-api:0.2.22
restart: always restart: always
ports: ports:
- "8000:8000" - "8000:8000"