update
This commit is contained in:
parent
74fa117ad2
commit
813d93dfb9
@ -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,
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user