增加openai
This commit is contained in:
@@ -724,6 +724,8 @@ def create_app(settings: Settings) -> FastAPI:
|
||||
"gemma": {
|
||||
"enabled": g.enabled,
|
||||
"ollama_base_url": g.ollama_base_url,
|
||||
"api_style": g.api_style,
|
||||
"api_key_set": bool((g.api_key or "").strip()),
|
||||
"model": g.model,
|
||||
"max_funnel_per_cycle": g.max_funnel_per_cycle,
|
||||
"vision_top_n": g.vision_top_n,
|
||||
|
||||
Reference in New Issue
Block a user