Spaces:
Runtime error
Runtime error
uI
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def qa(sp,message):
|
|
22 |
|
23 |
@cl.on_chat_start
|
24 |
async def factory():
|
25 |
-
url = await cl.AskUserMessage(author="Beast",content="Enter
|
26 |
index_ai = url['output'].find(".monsterapi.ai")
|
27 |
url_ai = url['output'][:index_ai + len(".monsterapi.ai")]
|
28 |
auth = await cl.AskUserMessage(author="Beast",content="Enter auth-token of your deployment").send()
|
|
|
22 |
|
23 |
@cl.on_chat_start
|
24 |
async def factory():
|
25 |
+
url = await cl.AskUserMessage(author="Beast",content="Enter API endpoint of your LLM Deployment on MonsterAPI. For any questions, checkout our \"Read Me\" section.").send()
|
26 |
index_ai = url['output'].find(".monsterapi.ai")
|
27 |
url_ai = url['output'][:index_ai + len(".monsterapi.ai")]
|
28 |
auth = await cl.AskUserMessage(author="Beast",content="Enter auth-token of your deployment").send()
|