diff --git a/examples/generate-list-of-objects.py b/examples/generate-list-of-objects.py index 871194d..2ee20f4 100644 --- a/examples/generate-list-of-objects.py +++ b/examples/generate-list-of-objects.py @@ -20,9 +20,9 @@ def gen_character_list(inputs: List[Input]): c = Cursive() res = c.ask( - prompt="Generate a headline for a SaaS company.", + prompt="Generate a input for prompt that generates headlines for a SaaS company.", model="gpt-4", - function_call=gen_character_list + function_call=Input ) print(res.function_result) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d6c7c75..00ecd60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cursivepy" -version = "0.7.1" +version = "0.7.2" description = "" authors = [ "Rodrigo Godinho ",