Skip to content

Commit

Permalink
⬆️ bump versions, fix pydantic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 19, 2024
1 parent c45b505 commit 0def6b6
Show file tree
Hide file tree
Showing 11 changed files with 175 additions and 151 deletions.
2 changes: 1 addition & 1 deletion examples/models/groq_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def analyze(text: str) -> SentimentAnalysis:

if __name__ == "__main__":
# set global llm
settings.llm = ChatGroq(model="llama3-70b-8192")
settings.llm = ChatGroq(model="llama3-70b-8192") # type: ignore

# run prompt
result = analyze("I really like when my dog does a trick!")
Expand Down
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.3.5"
version = "0.3.6"
description = "🔖 write prompts as python functions"
authors = [{ name = "Shroominic", email = "[email protected]" }]
dependencies = [
Expand Down
Loading

0 comments on commit 0def6b6

Please sign in to comment.