open-webui/backend/open_webui
JoaoCostaIFG e56b5c063c
feat: add Google Imagen/Gemini API image generation
Adds support for Gemini API as an image generation backend. By setting the API Base URL to something like 'https://generativelanguage.googleapis.com/v1beta' and providing their API Key, users should be able to start generating images using models like 'imagen-3.0-generate-002'.
2025-02-18 22:39:32 +00:00
..
data
internal
migrations
models fix: user settings save issue 2025-02-11 23:42:31 -08:00
retrieval feat: add web search via SerpApi 2025-02-14 12:24:58 +08:00
routers feat: add Google Imagen/Gemini API image generation 2025-02-18 22:39:32 +00:00
socket refac: direct connections 2025-02-13 00:34:45 -08:00
static
storage chore: format 2025-02-09 22:20:47 -08:00
test
utils refac 2025-02-13 17:06:55 -08:00
__init__.py
alembic.ini
config.py feat: add Google Imagen/Gemini API image generation 2025-02-18 22:39:32 +00:00
constants.py refac 2025-02-03 16:14:00 -08:00
env.py Adding debug logs for oauth role & group management 2025-02-07 19:53:25 +00:00
functions.py refac: system prompt template 2025-02-05 14:35:18 -08:00
main.py feat: add Google Imagen/Gemini API image generation 2025-02-18 22:39:32 +00:00
tasks.py