fix: reverse-proxied URI should end with 'chat', not 'generate' (#2556)
This commit is contained in:
parent
f55e85e28a
commit
c05edfcdfc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ HOST = 'localhost:5000'
|
|||
URI = f'http://{HOST}/api/v1/chat'
|
||||
|
||||
# For reverse-proxied streaming, the remote will likely host with ssl - https://
|
||||
# URI = 'https://your-uri-here.trycloudflare.com/api/v1/generate'
|
||||
# URI = 'https://your-uri-here.trycloudflare.com/api/v1/chat'
|
||||
|
||||
|
||||
def run(user_input, history):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue