mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
feat(models): support gemini-3.5-flash
This commit is contained in:
@@ -38,9 +38,9 @@ class GoogleGeminiBot(Bot):
|
||||
|
||||
@property
|
||||
def model(self):
|
||||
model_name = conf().get("model") or "gemini-3.1-pro-preview"
|
||||
model_name = conf().get("model") or "gemini-3.5-flash"
|
||||
if model_name == "gemini":
|
||||
model_name = "gemini-3.1-pro-preview"
|
||||
model_name = "gemini-3.5-flash"
|
||||
return model_name
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user