Skip to content

Commit

Permalink
Merge branch 'main' into database-with-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Dec 2, 2024
2 parents 4a3d3bc + 454f6ba commit fb18048
Show file tree
Hide file tree
Showing 11 changed files with 228 additions and 343 deletions.
7 changes: 4 additions & 3 deletions lib/langchain/llm/ollama.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class Ollama < Base

DEFAULTS = {
temperature: 0.0,
completion_model: "llama3.1",
embedding_model: "llama3.1",
chat_model: "llama3.1",
completion_model: "llama3.2",
embedding_model: "llama3.2",
chat_model: "llama3.2",
options: {}
}.freeze

Expand All @@ -24,6 +24,7 @@ class Ollama < Base
llama2: 4_096,
llama3: 4_096,
"llama3.1": 4_096,
"llama3.2": 4_096,
llava: 4_096,
mistral: 4_096,
"mistral-openorca": 4_096,
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit fb18048

Please sign in to comment.