Skip to content

Commit

Permalink
add ollama config
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Jun 5, 2024
1 parent fbccbc0 commit b93f19c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/llm_model_configs/ollama.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"context_window": 8192,
"model_endpoint_type": "ollama",
"model_endpoint": "http://localhost:11434",
"model": "dolphin2.2-mistral:7b-q6_K"
}

0 comments on commit b93f19c

Please sign in to comment.