Skip to content

Commit

Permalink
πŸ”„ Update model reference
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 26, 2023
1 parent 7ac68a1 commit c666b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ from pydantic import BaseModel, Field
from funcchain import chain, settings

# auto-download the model from huggingface
settings.llm = "gguf/openhermes-2.5-mistral-7b"
settings.llm = "ollama/openchat"

class SentimentAnalysis(BaseModel):
analysis: str
Expand Down

0 comments on commit c666b72

Please sign in to comment.