Skip to content

Commit

Permalink
Update How-to-use-different-LLM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Nov 8, 2023
1 parent 93dd58e commit 8c114ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pages/Guides/How-to-use-different-LLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Note: for huggingface you can choose any model inside application/llm/huggingfac
- huggingface_hkunlp/instructor-large
- cohere_medium

If using Llama, set `EMBEDDINGS_NAME` to `huggingface_sentence-transformers/all-mpnet-base-v2`. Download the required model and place it in the `models/` folder.
If you want to be completely local, set `EMBEDDINGS_NAME` to `huggingface_sentence-transformers/all-mpnet-base-v2`.

For llama.cpp Download the required model and place it in the `models/` folder.

Alternatively, for local Llama setup, run `setup.sh` and choose option 1. The script handles the DocsGPT model addition.

Expand Down

2 comments on commit 8c114ca

@vercel
Copy link

@vercel vercel bot commented on 8c114ca Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextra-docsgpt – ./docs

nextra-docsgpt-git-main-arc53.vercel.app
nextra-docsgpt.vercel.app
docs.docsgpt.co.uk
nextra-docsgpt-arc53.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8c114ca Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-brown.vercel.app
docs-gpt-arc53.vercel.app
docs-gpt-git-main-arc53.vercel.app

Please sign in to comment.