Skip to content

Commit

Permalink
Merge pull request #17 from StacklokLabs/fix-prog
Browse files Browse the repository at this point in the history
Incorrect example
  • Loading branch information
lukehinds authored Nov 24, 2024
2 parents 3abf860 + 1f47348 commit b27833e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/example_programming_challenges.py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ system_prompt: |
topic_tree:
args:
root_prompt: "Capital Cities of the World."
root_prompt: "Programming Challenges Across Different Difficulty Levels and Concepts"
model_system_prompt: "<system_prompt_placeholder>" # Will be replaced with system_prompt
tree_degree: 3 # Different continents
tree_depth: 2 # Deeper tree for more specific topics
Expand All @@ -16,7 +16,14 @@ topic_tree:

data_engine:
args:
instructions: "Please provide training examples with questions about capital cities of the world."
instructions: |
Generate programming challenges that include:
- Problem description
- Input/Output examples
- Constraints and edge cases
- Hint system (progressive hints)
- Solution approach discussion
- Time/Space complexity requirements
system_prompt: "<system_prompt_placeholder>" # Will be replaced with system_prompt
provider: "ollama" # LLM provider
model: "mistral-nemo:latest" # Model name
Expand Down

0 comments on commit b27833e

Please sign in to comment.