update
This commit is contained in:
parent
7b34c59dfe
commit
0bc68e0280
@ -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,
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user