Skip to content

Commit

Permalink
⬆️ v0.2.3
Browse files Browse the repository at this point in the history
- fix .env loading with settings
- fix input dict type
- fix prefix for model selection
- fix support for new openai models
- fix default settings.llm handling
- improved README shields
  • Loading branch information
shroominic committed Feb 15, 2024
1 parent cb5b77f commit 175e1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "funcchain"
version = "0.2.2"
version = "0.2.3"
description = "🔖 write prompts as python functions"
authors = [{ name = "Shroominic", email = "[email protected]" }]
dependencies = [
Expand Down

0 comments on commit 175e1b2

Please sign in to comment.