Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(
|
|
38 |
temperature,
|
39 |
top_p,
|
40 |
):
|
41 |
-
client = InferenceClient(token=L_ogin,timeout = 30, model="https://
|
42 |
messages = [{"role": "system", "content": system_message}]
|
43 |
|
44 |
for val in history:
|
|
|
38 |
temperature,
|
39 |
top_p,
|
40 |
):
|
41 |
+
client = InferenceClient(token=L_ogin,timeout = 30, model="https://p39enpjgcmgi2wfo.us-east4.gcp.endpoints.huggingface.cloud")
|
42 |
messages = [{"role": "system", "content": system_message}]
|
43 |
|
44 |
for val in history:
|