yzhuang commited on
Commit
ab0aa8d
·
verified ·
1 Parent(s): 650d8c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import sseclient
5
  import gradio as gr
6
  import server
7
 
8
- API_URL = "http://localhost:8000/v1/chat/completions"
9
 
10
 
11
  def stream_completion(message, history, max_tokens, temperature, top_p, beta):
 
5
  import gradio as gr
6
  import server
7
 
8
+ API_URL = "http://0.0.0.0:8000/v1/chat/completions"
9
 
10
 
11
  def stream_completion(message, history, max_tokens, temperature, top_p, beta):