mirror of
https://github.com/lanqian528/chat2api.git
synced 2026-06-05 21:03:53 +08:00
v1.8.7-beta2 update UI
This commit is contained in:
parent
7cb6e57143
commit
88d950b20b
@ -117,7 +117,7 @@ async def get_gizmos_snorlax_upsert(request: Request):
|
||||
async def post_subscriptions(request: Request):
|
||||
return {
|
||||
"id": str(uuid.uuid4()),
|
||||
"plan_type": "pro",
|
||||
"plan_type": "free",
|
||||
"seats_in_use": 1,
|
||||
"seats_entitled": 1,
|
||||
"active_until": "2050-01-01T00:00:00Z",
|
||||
|
||||
@ -38,3 +38,8 @@ async def ces_v1_projects_oai_settings():
|
||||
@app.post("/ces/v1/{path:path}")
|
||||
async def ces_v1():
|
||||
return Response(status_code=202, content=json.dumps({"success": True}, indent=4), media_type="application/json")
|
||||
|
||||
|
||||
@app.post("/ces/statsc/flush")
|
||||
async def ces_v1():
|
||||
return Response(status_code=200, content=json.dumps({"success": True}, indent=4), media_type="application/json")
|
||||
|
||||
@ -107,7 +107,7 @@
|
||||
},
|
||||
"17904ad0-df88-4a0f-917b-501d958eceda",
|
||||
"planType",
|
||||
"plus",
|
||||
"pro",
|
||||
"structure",
|
||||
"personal",
|
||||
"accessToken",
|
||||
|
||||
@ -1 +1 @@
|
||||
1.8.7-beta1
|
||||
1.8.7-beta2
|
||||
Loading…
Reference in New Issue
Block a user