Mr-Vicky-01 commited on
Commit
fd17b4e
·
verified ·
1 Parent(s): daefa1d

Update app.py

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