[falcon] new.json >>> lunarflu.json
Browse files
app.py
CHANGED
@@ -557,7 +557,7 @@ async def falcon(ctx, *, prompt: str):
|
|
557 |
if await safetychecks(ctx):
|
558 |
if ctx.channel.id == 1116089829147557999:
|
559 |
|
560 |
-
filepath = "
|
561 |
os.makedirs(filepath)
|
562 |
result = falconspace.predict(
|
563 |
prompt, # str in 'Type an input and press Enter' Textbox component
|
|
|
557 |
if await safetychecks(ctx):
|
558 |
if ctx.channel.id == 1116089829147557999:
|
559 |
|
560 |
+
filepath = "lunarflu.json"
|
561 |
os.makedirs(filepath)
|
562 |
result = falconspace.predict(
|
563 |
prompt, # str in 'Type an input and press Enter' Textbox component
|