lunarflu HF Staff commited on
Commit
ae6cd37
·
1 Parent(s): 22152f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ async def falcon(ctx, *, prompt: str):
197
  thread = await ctx.message.create_thread(name=f'{ctx.author}')
198
  #falcon_users = [ctx.author.id] + falcon_users # deprecated
199
  #falcon_threads = [thread.id] + falcon_threads # deprecated
200
- await thread.send(f"[DISCLAIMER: HuggingBot is a **highly experimental beta**; The Falcon model and system prompt can be found here: https://huggingface.co/spaces/HuggingFaceH4/falcon-chat]")
201
 
202
  # initial generation here
203
  chathistory = falconclient.predict(
 
197
  thread = await ctx.message.create_thread(name=f'{ctx.author}')
198
  #falcon_users = [ctx.author.id] + falcon_users # deprecated
199
  #falcon_threads = [thread.id] + falcon_threads # deprecated
200
+ await thread.send(f"[DISCLAIMER: HuggingBot is a **highly experimental** beta feature; The Falcon model and system prompt can be found here: https://huggingface.co/spaces/HuggingFaceH4/falcon-chat]")
201
 
202
  # initial generation here
203
  chathistory = falconclient.predict(