Spaces:
Runtime error
Runtime error
Update apis/chat_api.py
Browse files- apis/chat_api.py +1 -1
apis/chat_api.py
CHANGED
|
@@ -200,7 +200,7 @@ class ChatAPIApp:
|
|
| 200 |
self.app.post(
|
| 201 |
prefix + "/embeddings",
|
| 202 |
summary="Get Embeddings with prompt",
|
| 203 |
-
include_in_schema=
|
| 204 |
)(self.get_embeddings)
|
| 205 |
|
| 206 |
self.app.get(
|
|
|
|
| 200 |
self.app.post(
|
| 201 |
prefix + "/embeddings",
|
| 202 |
summary="Get Embeddings with prompt",
|
| 203 |
+
include_in_schema=include_in_schema,
|
| 204 |
)(self.get_embeddings)
|
| 205 |
|
| 206 |
self.app.get(
|