Spaces:
Running
Running
jonathanjordan21
commited on
Update apis/chat_api.py
Browse files- apis/chat_api.py +1 -1
apis/chat_api.py
CHANGED
@@ -198,7 +198,7 @@ class ChatAPIApp:
|
|
198 |
)(self.chat_completions)
|
199 |
|
200 |
self.app.post(
|
201 |
-
"/embeddings",
|
202 |
summary="Get Embeddings with prompt",
|
203 |
include_in_schema=True,
|
204 |
)(self.get_embeddings)
|
|
|
198 |
)(self.chat_completions)
|
199 |
|
200 |
self.app.post(
|
201 |
+
prefix + "/embeddings",
|
202 |
summary="Get Embeddings with prompt",
|
203 |
include_in_schema=True,
|
204 |
)(self.get_embeddings)
|