Skip to content

Commit

Permalink
Fix typo in prompt example
Browse files Browse the repository at this point in the history
HAL will eliminate anyone not fit for the mission! :)
  • Loading branch information
ShukantPal authored and rlouf committed Feb 2, 2024
1 parent b5ab675 commit 667701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlines/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def prompt(fn: Callable) -> Prompt:
... Please solve the following task: {{task}}
... '''
...
>>> hal = ft.partial(solve_taks, "HAL", "Travel to Jupiter")
>>> hal = ft.partial(solve_task, "HAL", "Travel to Jupiter")
Returns
-------
Expand Down

0 comments on commit 667701f

Please sign in to comment.