Spestly commited on
Commit
ef62490
Β·
verified Β·
1 Parent(s): 3430be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Default system prompt" # Fallback if system_prompt is None
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}")