Update app.py
Browse files
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
|
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(
|