Skip to content

Commit

Permalink
add some instruct models etc
Browse files Browse the repository at this point in the history
  • Loading branch information
shlebbypops authored Sep 25, 2024
1 parent 62f7fba commit 032a5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/general/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ twinny is a configurable extension/interface which means many models are technic
In theory any chat model which is trained for instructing will work with twinny. The following are some example of models recommended for chat.


- [`llama3`](https://ollama.com/library/llama3)
- [`llama3.1`](https://ollama.com/library/llama3.1)
- [`codellama:7b-instruct`](https://ollama.com/library/codellama:instruct)
- [`phind-codellama`](https://ollama.com/library/phind-codellama)
- [`mistral`](https://ollama.com/library/mistral)
- [`qwen2.5-coder`](https://ollama.com/library/qwen2.5-coder:7b-instruct)
- [`codestral`](https://ollama.com/library/codestral)

### Fill-in-middle

Expand Down

0 comments on commit 032a5a7

Please sign in to comment.