update
This commit is contained in:
parent
c955f69ad8
commit
a378464d39
|
|
@ -345,7 +345,7 @@ async def list_models():
|
|||
@app.post("/v1/chat/completions")
|
||||
async def chat_completions(req: ChatCompletionRequest):
|
||||
query = _query_from_messages(req.messages)
|
||||
|
||||
#print(req.messages)
|
||||
session_id = req.session_id or "default"
|
||||
req_id = f"chatcmpl-{uuid.uuid4().hex}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue