Skip to content

Commit

Permalink
Merge pull request #101 from andreas-eberle/feature/fix-hugging-face-…
Browse files Browse the repository at this point in the history
…model-name

Fix typo in huggingface model name in docs
  • Loading branch information
geoand authored Dec 6, 2023
2 parents 574e0e1 + ba24fc5 commit b9dfe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/huggingface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IMPORTANT: Hugging Face provides multiple kind of models. We only support **text

By default, the extension uses:

- https://huggingface.co/tiiuae/falcon-7b-instruct[titiuas/falcon-7b-instruct] as chat model (inference endpoint: _https://api-inference.huggingface.co/models/tiiuae/falcon-7b-instruct_)
- https://huggingface.co/tiiuae/falcon-7b-instruct[tiiuae/falcon-7b-instruct] as chat model (inference endpoint: _https://api-inference.huggingface.co/models/tiiuae/falcon-7b-instruct_)
- https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2[sentence-transformers/all-MiniLM-L6-v2] as embedding model (inference endpoint: _https://api-inference.huggingface.co/pipeline/feature-extraction/sentence-transformers/all-MiniLM-L6-v2_)

=== Configuration
Expand Down

0 comments on commit b9dfe53

Please sign in to comment.