Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ollama defaults to llama3 (8b) #605

Merged
merged 1 commit into from
May 2, 2024

Conversation

drnic
Copy link
Contributor

@drnic drnic commented May 2, 2024

No description provided.

Copy link
Collaborator

@andreibondarev andreibondarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drnic Thank you! I've been meaning to do this!

@@ -31,7 +31,7 @@
response = subject.complete(prompt: "In one word, life is ")

expect(response).to be_a(Langchain::LLM::OllamaResponse)
expect(response.completion).to eq("\nIn one word, life is... complex.")
expect(response.completion).to eq("fragile.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drnic I guess an LLM could never relate to the fact that, also, "life is beautiful" 😄

@andreibondarev andreibondarev merged commit 0c9d5a1 into patterns-ai-core:main May 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants