Skip to content

Commit

Permalink
Adding german speaking model to documentation (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
EEmlan authored Dec 8, 2023
1 parent 9cf9725 commit 9302620
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion fern/docs/pages/recipes/list-llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,14 @@ local:
llm_hf_model_file: godzilla2-70b.Q4_K_M.gguf
embedding_hf_model_name: BAAI/bge-large-en
prompt_style: "llama2"
```
```
### German speaking model
`settings-de.yaml`:
```yml
local:
llm_hf_repo_id: TheBloke/em_german_leo_mistral-GGUF
llm_hf_model_file: em_german_leo_mistral.Q4_K_M.gguf
embedding_hf_model_name: T-Systems-onsite/german-roberta-sentence-transformer-v2
#llama, default or tag
prompt_style: "default"
```

0 comments on commit 9302620

Please sign in to comment.