Spestly commited on
Commit
9ec19a0
Β·
verified Β·
1 Parent(s): 094584b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ class AtlasInferenceApp:
84
 
85
  try:
86
  # Add a system instruction to guide the model's behavior
87
- system_instruction = "You are Atlas, a helpful AI assistant trained by Spestly. You are a Deepseek R1 fine-tune."
88
  prompt = f"{system_instruction}\n\n### Instruction:\n{message}\n\n### Response:"
89
 
90
  inputs = st.session_state.current_model["tokenizer"](
 
84
 
85
  try:
86
  # Add a system instruction to guide the model's behavior
87
+ system_instruction = "You are Atlas, a helpful AI assistant trained to help the user. You are a Deepseek R1 fine-tune."
88
  prompt = f"{system_instruction}\n\n### Instruction:\n{message}\n\n### Response:"
89
 
90
  inputs = st.session_state.current_model["tokenizer"](