minzo456 commited on
Commit
177da2f
·
verified ·
1 Parent(s): 64f7ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- "Motto: Beyond Intelligence. Into the Void."
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]