Mr-Vicky-01 commited on
Commit
19de6b1
1 Parent(s): 4bee926

Update app.py

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