lunarflu HF Staff commited on
Commit
2c37ee2
·
1 Parent(s): 9dcb41e

[falcon] new.json >>> lunarflu.json

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "new.json"
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