Spaces:
Runtime error
Runtime error
chg url
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ messages = [
|
|
9 |
{"role": "system", "content": "You are a helpful assistant."},
|
10 |
]
|
11 |
msg_count = 0
|
12 |
-
|
13 |
client = Client("https://amitagh-medbot-back.hf.space/--replicas/2odej/", hf_token=hf_key)
|
14 |
def get_llm_rsp(text):
|
15 |
rsp = client.predict(
|
|
|
9 |
{"role": "system", "content": "You are a helpful assistant."},
|
10 |
]
|
11 |
msg_count = 0
|
12 |
+
|
13 |
client = Client("https://amitagh-medbot-back.hf.space/--replicas/2odej/", hf_token=hf_key)
|
14 |
def get_llm_rsp(text):
|
15 |
rsp = client.predict(
|