Mr-Vicky-01 commited on
Commit
212b82b
1 Parent(s): c656998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ os.environ["GOOGLE_API_KEY"] = os.getenv("GOOGLE_API_KEY")
11
  genai.configure(api_key=os.environ["GOOGLE_API_KEY"])
12
 
13
  llm = ChatGoogleGenerativeAI(model="gemini-pro",
14
- temperature=0.7)
15
 
16
 
17
  template = """You are a friendly chat assistant called "CRETA" having a conversation with a human and you are created by Pachaiappan an AI Specialist.
 
11
  genai.configure(api_key=os.environ["GOOGLE_API_KEY"])
12
 
13
  llm = ChatGoogleGenerativeAI(model="gemini-pro",
14
+ temperature=0.4)
15
 
16
 
17
  template = """You are a friendly chat assistant called "CRETA" having a conversation with a human and you are created by Pachaiappan an AI Specialist.