Spaces:
Sleeping
Sleeping
Update run_app.py
Browse files- run_app.py +2 -2
run_app.py
CHANGED
@@ -105,8 +105,8 @@ class Api:
|
|
105 |
@self.app.get("/v1")
|
106 |
async def read_root_v1():
|
107 |
return HTMLResponse('g4f API: Go to '
|
108 |
-
'<a href="/v1/chat/completions">chat/completions</a> '
|
109 |
-
'or <a href="/v1/models">models</a>.')
|
110 |
|
111 |
@self.app.get("/api/v1/models")
|
112 |
async def models():
|
|
|
105 |
@self.app.get("/v1")
|
106 |
async def read_root_v1():
|
107 |
return HTMLResponse('g4f API: Go to '
|
108 |
+
'<a href="/api/v1/chat/completions">chat/completions</a> '
|
109 |
+
'or <a href="/api/v1/models">models</a>.')
|
110 |
|
111 |
@self.app.get("/api/v1/models")
|
112 |
async def models():
|