mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
* test_dotprompt_auto_detection_with_model_only * fix _auto_detect_prompt_management_logger * test_dotprompt_with_prompt_version * add v1, v2 tests * add _compile_prompt_helper * fix _compile_prompt_helper * test_dotprompt_with_prompt_version * test_dotprompt_with_prompt_version, test_get_prompt_with_version
10 lines
125 B
Text
10 lines
125 B
Text
---
|
|
model: gpt-4
|
|
temperature: 0.9
|
|
max_tokens: 200
|
|
input:
|
|
schema:
|
|
user_message: string
|
|
---
|
|
|
|
Version 2: {{user_message}}
|