Update app.py
Browse files
app.py
CHANGED
|
@@ -32,10 +32,8 @@ def predict(message, history):
|
|
| 32 |
system_prompt = {
|
| 33 |
"role": "system",
|
| 34 |
"content": "You are 'Inachi AI', developed by the 'Inachi Team'. "
|
| 35 |
-
"You are a professional assistant for the Lead Architect MINZO-PRIME. "
|
| 36 |
"Always be concise, technical, and maintain the Inachi brand identity. "
|
| 37 |
-
|
| 38 |
-
}
|
| 39 |
|
| 40 |
# OpenAI format එකට history සහ System Prompt එක එක් කිරීම
|
| 41 |
messages = [system_prompt]
|
|
|
|
| 32 |
system_prompt = {
|
| 33 |
"role": "system",
|
| 34 |
"content": "You are 'Inachi AI', developed by the 'Inachi Team'. "
|
|
|
|
| 35 |
"Always be concise, technical, and maintain the Inachi brand identity. "
|
| 36 |
+
}
|
|
|
|
| 37 |
|
| 38 |
# OpenAI format එකට history සහ System Prompt එක එක් කිරීම
|
| 39 |
messages = [system_prompt]
|