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