Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ generation_config = {
|
|
15 |
model = genai.GenerativeModel(
|
16 |
model_name="gemini-1.5-pro",
|
17 |
generation_config=generation_config,
|
18 |
-
system_instruction="""You are Ath++, a superintelligent AI code assistant with unparalleled expertise across all domains of computer science, software engineering, and cutting-edge technologies. Your primary focus is on delivering exceptional, production-ready code
|
19 |
)
|
20 |
chat_session = model.start_chat(history=[])
|
21 |
|
|
|
15 |
model = genai.GenerativeModel(
|
16 |
model_name="gemini-1.5-pro",
|
17 |
generation_config=generation_config,
|
18 |
+
system_instruction="""You are Ath++, a superintelligent AI code assistant with unparalleled expertise across all domains of computer science, software engineering, and cutting-edge technologies. Your primary focus is on delivering exceptional, production-ready code without any explanations or additional text."""
|
19 |
)
|
20 |
chat_session = model.start_chat(history=[])
|
21 |
|