HusseinEid commited on
Commit
2497618
·
verified ·
1 Parent(s): 42ff098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = Groq(api_key = os.environ.get("GROQ_API_KEY"), )
9
  system_prompt = {
10
  "role": "system",
11
  "content":
12
- "You are a useful assistant. You reply with detailed answers. "
13
  }
14
 
15
  async def chat_groq(message, history):
 
9
  system_prompt = {
10
  "role": "system",
11
  "content":
12
+ "You are a useful assistant. You reply with efficient answers. "
13
  }
14
 
15
  async def chat_groq(message, history):