Add Gemini Provider with image upload and generation

This commit is contained in:
Heiner Lohaus
2024-02-08 22:02:52 +01:00
parent 2a591b8d6e
commit c1b992c346
12 changed files with 214 additions and 39 deletions

View File

@@ -162,7 +162,7 @@ class Backend_Api:
"provider": provider,
"messages": messages,
"stream": True,
"ignore_stream_and_auth": True,
"ignore_stream": True,
"patch_provider": patch,
**kwargs
}