mirror of
				https://github.com/cdryzun/tg_bot_collections.git
				synced 2025-11-04 08:46:44 +08:00 
			
		
		
		
	feat: gemini new model
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
		@ -20,7 +20,7 @@ CHATGPT_MODEL = "gpt-3.5-turbo"
 | 
			
		||||
CHATGPT_PRO_MODEL = "gpt-4o-2024-05-13"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
client = OpenAI(api_key=CHATGPT_API_KEY, base_url=CHATGPT_BASE_URL, timeout=20)
 | 
			
		||||
client = OpenAI(api_key=CHATGPT_API_KEY, base_url=CHATGPT_BASE_URL)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Global history cache
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user