mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Generated
+1737
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "instructor"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
description = "Helper functions that allow us to improve openai's function_call ergonomics"
|
||||
authors = ["Jason <jason@jxnl.co>"]
|
||||
license = "MIT"
|
||||
@@ -13,7 +13,7 @@ python = "^3.9"
|
||||
openai = "^0.27.8"
|
||||
pydantic = "^2.0.2"
|
||||
docstring-parser = "^0.15"
|
||||
typer = "^0.4.0"
|
||||
typer = "^0.9.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
instructor = "instructor.cli.cli:app"
|
||||
|
||||
Reference in New Issue
Block a user