Mr-Vicky-01 commited on
Commit
50a3658
·
verified ·
1 Parent(s): 946c214

Update app.py

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