From 667701f15ac6505ac126334afd4b4d1dc99b21de Mon Sep 17 00:00:00 2001 From: Shukant Pal Date: Thu, 1 Feb 2024 18:00:57 -0800 Subject: [PATCH] Fix typo in prompt example HAL will eliminate anyone not fit for the mission! :) --- outlines/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outlines/prompts.py b/outlines/prompts.py index e58954ee2..b4e7288bb 100644 --- a/outlines/prompts.py +++ b/outlines/prompts.py @@ -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 -------