Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 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(
|