Artificial-superintelligence commited on
Commit
a8f7e1a
·
verified ·
1 Parent(s): 8962e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[])