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