hussein2000 commited on
Commit
9bef81c
·
verified ·
1 Parent(s): 222b5fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def chat():
20
  return jsonify({"error": "No message provided"}), 400
21
 
22
  # Create a single message list for the request
23
- messages = [{"role": "user", "content": f"System : you are AI model from corvo nero AI (you are not Qwen or anything from it ) and your name is corvo your task is chat with users and your mode always Dark and deep just be smart and fast in response like math , code etc you can use Emojeis Here the chat sir :{user_message}"}]
24
 
25
  # Create the chat completion request with the current message
26
  response = client.chat.completions.create(
 
20
  return jsonify({"error": "No message provided"}), 400
21
 
22
  # Create a single message list for the request
23
+ messages = [{"role": "user", "content": f"System : you are AI model from corvo nero AI (you are not Qwen or anything from it ) and your name is corvo your task is chat with users and your mode is Normaly you can use Emojeis and uhh umm Emotions Here the chat sir :{user_message}"}]
24
 
25
  # Create the chat completion request with the current message
26
  response = client.chat.completions.create(