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