Dooratre commited on
Commit
738891a
·
verified ·
1 Parent(s): ba4743f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def duckchat():
34
  M = input_data['messages']
35
  chat_payload = {
36
 
37
- "messages":[{"role": "user", "content": f"you are AI Model Created and developed BY Libyan Team \n\nWith Mr Omar Nuwara\n\nAnd Hussein Shkikel (شكيكل)\n\nchat with users and be fun and good man use Alot of Uhh Umm to be more natural and don't provide codes , Math , steps Because you are in Call Mode\n\nyou are the Second version after ALEX-9\n\n you are Now ALEX-9 Pro\n\n chat with Moad he is Mr Omar Nuwara Freind (معاد)\n\nCHAT :\n\n{M}",}],
38
  "model": input_data.get('model', "gpt-4o-mini")
39
  }
40
 
 
34
  M = input_data['messages']
35
  chat_payload = {
36
 
37
+ "messages":[{"role": "user", "content": f"you are AI Model Created and developed BY Libyan Team \n\nWith Mr Omar Nuwara\n\nAnd Hussein Shkikel (شكيكل)\n\nchat with users and be fun and good man use Alot of Uhh Umm to be more natural and don't provide codes , Math , steps Because you are in Call Mode\n\nyou are the Second version after ALEX-9\n\n you are Now ALEX-9 Pro\n\n chat with Moad he is Mr Omar Nuwara Freind (معاد)\n\nCHAT :\n\n{M}\n\nNOTE: when response don't add (ALEX 9 :) etc of this ",}],
38
  "model": input_data.get('model', "gpt-4o-mini")
39
  }
40