This commit is contained in:
aaron 2025-06-08 21:23:28 +08:00
parent 7b34c59dfe
commit 0bc68e0280
2 changed files with 7 additions and 3 deletions

View File

@ -22,8 +22,12 @@ class AnalysisHistoryRequest(BaseModel):
router = APIRouter() router = APIRouter()
api_url = 'http://ai.meida.fit/v1'
agent_token = 'app-wHONyQlk26htYWXbVxtBHI2Y' # api_url = 'http://ai.meida.fit/v1'
# agent_token = 'app-wHONyQlk26htYWXbVxtBHI2Y'
api_url = 'https://mate.aimateplus.com/v1'
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.1.41 image: cryptoai-api:0.1.42
restart: always restart: always
ports: ports:
- "8000:8000" - "8000:8000"