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:
Heiner Lohaus 2024-04-21 22:39:00 +02:00
parent a26421bcd8
commit 3a23e81de9
14 changed files with 303 additions and 174 deletions

View file

@ -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