mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Add Replicate Provider
Fix Bug in OpenaiChat and MetaAI Add read cookie and .har files Use factory for api app
This commit is contained in:
parent
a26421bcd8
commit
3a23e81de9
14 changed files with 303 additions and 174 deletions
|
|
@ -5,4 +5,5 @@ def gui_parser():
|
|||
parser.add_argument("-host", type=str, default="0.0.0.0", help="hostname")
|
||||
parser.add_argument("-port", type=int, default=8080, help="port")
|
||||
parser.add_argument("-debug", action="store_true", help="debug mode")
|
||||
parser.add_argument("--ignore-cookie-files", action="store_true", help="Don't read .har and cookie files.")
|
||||
return parser
|
||||
Loading…
Add table
Add a link
Reference in a new issue