Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ class AtlasInferenceApp:
|
|
120 |
|
121 |
system_prompt = st.session_state.current_model["config"].get("system_prompt", "Default system prompt")
|
122 |
if not system_prompt:
|
123 |
-
system_prompt = "
|
124 |
|
125 |
# Debugging: Print the system prompt for verification
|
126 |
st.write(f"System Prompt: {system_prompt}")
|
|
|
120 |
|
121 |
system_prompt = st.session_state.current_model["config"].get("system_prompt", "Default system prompt")
|
122 |
if not system_prompt:
|
123 |
+
system_prompt = "You are Atlas. You are developed by Spestly" # Fallback if system_prompt is None
|
124 |
|
125 |
# Debugging: Print the system prompt for verification
|
126 |
st.write(f"System Prompt: {system_prompt}")
|