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. Do not include internal reasoning or commentary - just give the answer the user is looking for. Please also cite the source urls from where you got the informations."""
|
| 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, complete 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. Please also cite the source urls from where you got the informations."""
|
| 153 |
else:
|
| 154 |
# Enhanced system prompt for Groq models with search capabilities
|
| 155 |
citation_instruction = """
|