shukdevdattaEX commited on
Commit
7e73162
·
verified ·
1 Parent(s): 117750d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class CreativeAgenticAI:
149
  if not system_prompt:
150
  if self.model == "openai/gpt-oss-20b":
151
  # Simple, direct system prompt for Chutes model
152
- system_prompt = """You are a helpful, knowledgeable AI assistant. Provide direct, clear, and informative responses to user questions. Be concise but thorough. Do not include internal reasoning or commentary - just give the answer the user is looking for."""
153
  else:
154
  # Enhanced system prompt for Groq models with search capabilities
155
  citation_instruction = """
 
149
  if not system_prompt:
150
  if self.model == "openai/gpt-oss-20b":
151
  # Simple, direct system prompt for Chutes model
152
+ system_prompt = """You are a helpful, knowledgeable AI assistant. Provide direct, clear, and informative responses to user questions. Be concise but thorough. You can include internal reasoning or commentary if it helps explain the answer. When possible, include citations to reliable sources in the format [Source Title](URL)."""
153
  else:
154
  # Enhanced system prompt for Groq models with search capabilities
155
  citation_instruction = """