litellm/tests/test_litellm/integrations/dotprompt/chat_prompt.prompt
2025-07-31 22:28:29 -07:00

13 lines
No EOL
209 B
Text

---
model: gpt-4
temperature: 0.7
max_tokens: 150
input:
schema:
user_message: string
system_context?: string
---
{% if system_context %}System: {{system_context}}
{% endif %}User: {{user_message}}