Nitish-py commited on
Commit
01eb4d4
1 Parent(s): db78c39
Files changed (1) hide show
  1. app.py +1 -1
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 URL of your deployment").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()
 
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()