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