jonathanjordan21 commited on
Commit
8bc3c5d
·
verified ·
1 Parent(s): d98f847

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. 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)