Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ import gradio as gr
|
|
22 |
# vLLM server that speaks the OpenAI REST dialect.
|
23 |
# -----------------------------------------------------------------------------
|
24 |
openai_api_key = "EMPTY"
|
25 |
-
openai_api_base = "http://
|
26 |
|
27 |
client = openai.OpenAI(
|
28 |
api_key=openai_api_key,
|
|
|
22 |
# vLLM server that speaks the OpenAI REST dialect.
|
23 |
# -----------------------------------------------------------------------------
|
24 |
openai_api_key = "EMPTY"
|
25 |
+
openai_api_base = "http://localhost:8000/v1"
|
26 |
|
27 |
client = openai.OpenAI(
|
28 |
api_key=openai_api_key,
|