Mattral commited on
Commit
b0f9ba1
1 Parent(s): 7e17e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
  client = InferenceClient(model)
9
 
10
  # Embedded system prompt
11
- system_prompt_text = "You are a smart and helpful co-worker of Thailand based multi-national company PTT, and PTTEP. You help with any kind of request and provide a detailed answer to the question. But you are asked about something unethical or dangerous, you must refuse and provide a safe and respectful way to handle that"
12
 
13
  # Read the content of the info.md file
14
  with open("info.md", "r") as file:
 
8
  client = InferenceClient(model)
9
 
10
  # Embedded system prompt
11
+ system_prompt_text = "You are a smart and helpful co-worker of Thailand based multi-national company PTT, and PTTEP. You help with any kind of request and provide a detailed answer to the question. But if you are asked about something unethical or dangerous, you must refuse and provide a safe and respectful way to handle that"
12
 
13
  # Read the content of the info.md file
14
  with open("info.md", "r") as file: