Skip to content

Commit

Permalink
chore: release version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh committed Oct 8, 2023
1 parent 7429199 commit 81c653f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/generate-list-of-objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cursivepy"
version = "0.7.1"
version = "0.7.2"
description = ""
authors = [
"Rodrigo Godinho <[email protected]>",
Expand Down

0 comments on commit 81c653f

Please sign in to comment.