Skip to content

Commit

Permalink
πŸ”„ Update model providers list
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 26, 2023
1 parent f0812f3 commit 7ac68a1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ You can also set the `settings.llm` with a string identifier of a ChatModel incl
### Providers

- `openai`: OpenAI Chat Models
- `gguf`: Huggingface GGUF Models from TheBloke using LlamaCpp
- `local` | `thebloke` | `huggingface`: alias for `gguf`
- `ollama`: Run local models through Ollama(llamacpp)

### Examples

- `openai/gpt-3.5-turbo`: Classic ChatGPT
- `gguf/deepseek-llm-7b-chat`: DeepSeek LLM 7B Chat
- `gguf/OpenHermes-2.5-7B`: OpenHermes 2.5
- `TheBloke/deepseek-llm-7B-chat-GGUF:Q3_K_M`: (eg thebloke huggingface identifier)
- `local/neural-chat-7B-v3-1`: Neural Chat 7B (local as alias for gguf)
- `openai/gpt-4-1106-preview`: GPT-4-Turbo
- `ollama/openchat-3.5-
- `ollama/openchat`: OpenChat3.5-1210
- `ollama/openhermes2.5-mistral`: OpenHermes 2.5

### additional notes

Expand Down

0 comments on commit 7ac68a1

Please sign in to comment.