diff --git a/cryptoai/routes/analysis.py b/cryptoai/routes/analysis.py index 7df1f3c..498ac8d 100644 --- a/cryptoai/routes/analysis.py +++ b/cryptoai/routes/analysis.py @@ -22,8 +22,12 @@ class AnalysisHistoryRequest(BaseModel): 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") async def analysis_history(request: AnalysisHistoryRequest, diff --git a/docker-compose.yml b/docker-compose.yml index 7794e50..116ad35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: cryptoai-api: build: . container_name: cryptoai-api - image: cryptoai-api:0.1.41 + image: cryptoai-api:0.1.42 restart: always ports: - "8000:8000"