missed a flag
This commit is contained in:
parent
c6fe820357
commit
8d1cd512e2
1 changed files with 1 additions and 0 deletions
|
@ -752,6 +752,7 @@ class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
|||
|
||||
if self.path.endswith('/api/extra/generate/stream'):
|
||||
api_format = 2
|
||||
sse_stream_flag = True
|
||||
|
||||
if self.path.endswith('/v1/completions'):
|
||||
api_format = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue