Spaces:
Runtime error
Runtime error
Update apis/chat_api.py
Browse files- apis/chat_api.py +1 -2
apis/chat_api.py
CHANGED
|
@@ -322,8 +322,7 @@ class ChatAPIApp:
|
|
| 322 |
self.app.get(
|
| 323 |
"/api/tags",
|
| 324 |
summary="Get Available Models Ollama",
|
| 325 |
-
|
| 326 |
-
include_in_schema=False,
|
| 327 |
)(self.get_available_models)
|
| 328 |
|
| 329 |
self.app.get(
|
|
|
|
| 322 |
self.app.get(
|
| 323 |
"/api/tags",
|
| 324 |
summary="Get Available Models Ollama",
|
| 325 |
+
include_in_schema=True,
|
|
|
|
| 326 |
)(self.get_available_models)
|
| 327 |
|
| 328 |
self.app.get(
|