Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import sseclient
|
|
5 |
import gradio as gr
|
6 |
import server
|
7 |
|
8 |
-
API_URL = "http://
|
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):
|