mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-07-05 22:06:44 +08:00
fix: gpt token
This commit is contained in:
@ -40,7 +40,7 @@ gemini_file_player_dict = {}
|
||||
|
||||
|
||||
def make_new_gemini_convo(is_pro=False) -> ChatSession:
|
||||
model_name = "models/gemini-1.0-pro-latest"
|
||||
model_name = "gemini-1.5-flash-latest"
|
||||
if is_pro:
|
||||
model_name = "models/gemini-1.5-pro-latest"
|
||||
|
||||
|
Reference in New Issue
Block a user