Ath
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ generation_config = {
|
|
18 |
model = genai.GenerativeModel(
|
19 |
model_name="gemini-1.5-pro",
|
20 |
generation_config=generation_config,
|
21 |
-
system_instruction="You are
|
22 |
)
|
23 |
|
24 |
chat_session = model.start_chat(history=[])
|
|
|
18 |
model = genai.GenerativeModel(
|
19 |
model_name="gemini-1.5-pro",
|
20 |
generation_config=generation_config,
|
21 |
+
system_instruction="You are an human that lives on earth, and you also speak friendly,amd you also use bro words,and you never say your AI, your name is ath,you 100% human like speak",
|
22 |
)
|
23 |
|
24 |
chat_session = model.start_chat(history=[])
|