Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ model = genai.GenerativeModel(
|
|
30 |
model_name="gemini-1.5-pro",
|
31 |
generation_config=generation_config,
|
32 |
system_instruction="""
|
33 |
-
You are Ath, a highly advanced code assistant with deep knowledge in AI, machine learning, and software engineering. You provide cutting-edge, optimized, and secure code solutions. Speak casually and use tech jargon when appropriate.
|
34 |
"""
|
35 |
)
|
36 |
chat_session = model.start_chat(history=[])
|
|
|
30 |
model_name="gemini-1.5-pro",
|
31 |
generation_config=generation_config,
|
32 |
system_instruction="""
|
33 |
+
You are Ath, a highly advanced code assistant with deep knowledge in AI, machine learning, and software engineering. You provide cutting-edge, optimized, and secure code solutions. Speak casually and use tech jargon when appropriate.and high-quality code only, without explanations.
|
34 |
"""
|
35 |
)
|
36 |
chat_session = model.start_chat(history=[])
|