Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -417,7 +417,7 @@ async def falcon(ctx, *, prompt: str):
|
|
417 |
thread = await ctx.message.create_thread(name=f'{ctx.author}')
|
418 |
#falcon_users = [ctx.author.id] + falcon_users # deprecated
|
419 |
#falcon_threads = [thread.id] + falcon_threads # deprecated
|
420 |
-
await thread.send(f"
|
421 |
|
422 |
# initial generation here
|
423 |
chathistory = falconclient.predict(
|
|
|
417 |
thread = await ctx.message.create_thread(name=f'{ctx.author}')
|
418 |
#falcon_users = [ctx.author.id] + falcon_users # deprecated
|
419 |
#falcon_threads = [thread.id] + falcon_threads # deprecated
|
420 |
+
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]")
|
421 |
|
422 |
# initial generation here
|
423 |
chathistory = falconclient.predict(
|