ChihChiu29 commited on
Commit
ff93d85
1 Parent(s): f2d5f3c

try build again

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -58,6 +58,7 @@ async def Reply(req: Request):
58
  )
59
  reply = tokenizer.batch_decode(output)[0]
60
 
 
61
  # gpt4free
62
  # usage theb
63
  # reply = gpt4free.Completion.create(Provider.Theb, prompt=msg)
 
58
  )
59
  reply = tokenizer.batch_decode(output)[0]
60
 
61
+ # It doesn't really work.
62
  # gpt4free
63
  # usage theb
64
  # reply = gpt4free.Completion.create(Provider.Theb, prompt=msg)