Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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.
|