mirror of
				https://github.com/cdryzun/tg_bot_collections.git
				synced 2025-11-04 08:46:44 +08:00 
			
		
		
		
	fix: change default temperature
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
		@ -9,7 +9,7 @@ GOOGLE_GEMINI_KEY = environ.get("GOOGLE_GEMINI_KEY")
 | 
			
		||||
 | 
			
		||||
genai.configure(api_key=GOOGLE_GEMINI_KEY)
 | 
			
		||||
generation_config = {
 | 
			
		||||
    "temperature": 0.9,
 | 
			
		||||
    "temperature": 0.7,
 | 
			
		||||
    "top_p": 1,
 | 
			
		||||
    "top_k": 1,
 | 
			
		||||
    "max_output_tokens": 2048,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user