diff --git a/cryptoai/routes/analysis.py b/cryptoai/routes/analysis.py index 34b2110..4379614 100644 --- a/cryptoai/routes/analysis.py +++ b/cryptoai/routes/analysis.py @@ -25,11 +25,11 @@ 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' +# 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 6b06450..83c4deb 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.2.21 + image: cryptoai-api:0.2.22 restart: always ports: - "8000:8000"