-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec10e53
commit 84ea128
Showing
42 changed files
with
1,079 additions
and
3,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] # https://python-poetry.org/docs/pyproject/ | ||
name = "dspygen" | ||
version = "2024.4.11" | ||
version = "2024.4.13" | ||
description = "A Ruby on Rails style framework for the DSPy (Demonstrate, Search, Predict) project for Language Models like GPT, BERT, and LLama." | ||
authors = ["Sean Chatman <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -28,7 +28,7 @@ jinja2 = "^3.1.3" | |
inflection = "^0.5.1" | ||
jinja2-time = "^0.2.0" | ||
jinja2-ext = "^0.1" | ||
dspy-ai = "2.3.1" | ||
dspy-ai = "^2.4.5" | ||
openai = "^1.12.0" | ||
pyperclip = "^1.8.2" | ||
asyncer = "^0.0.5" | ||
|
@@ -123,6 +123,9 @@ ban-relative-imports = "all" | |
convention = "google" | ||
|
||
[tool.poe.tasks] # https://github.com/nat-n/poethepoet | ||
lock = "poetry lock" | ||
inst = "poetry install" | ||
pub = "poetry publish --build" | ||
|
||
[tool.poe.tasks.api] | ||
help = "Serve a REST API" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.