Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Update app.py
Browse files
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.
|
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.
|