Skip to content

Commit

Permalink
Merge pull request #754 from IamSenthilKumar/fix-docs
Browse files Browse the repository at this point in the history
Fix Guide: How to use other LLMS
  • Loading branch information
dartpain authored Oct 31, 2023
2 parents 5094386 + de0e1d3 commit 93a1368
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/pages/Guides/How-to-use-different-LLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ You can omit the keys if users provide their own. Ensure you set `LLM_NAME` and
## Step 2: Choose Your Models

**Options for `LLM_NAME`:**
- OpenAI ([More details](https://platform.openai.com/docs/models))
- openai ([More details](https://platform.openai.com/docs/models))
- anthropic ([More details](https://docs.anthropic.com/claude/reference/selecting-a-model))
- manifest ([More details](https://python.langchain.com/docs/integrations/llms/manifest))
- cohere ([More details](https://docs.cohere.com/docs/llmu))
- Arc53/DocsGPT-7B ([More details](https://huggingface.co/Arc53/DocsGPT-7B))
- Arc53/docsgpt-14b ([More details](https://huggingface.co/Arc53/docsgpt-14b))
- Arc53/docsgpt-7b-falcon ([More details](https://huggingface.co/Arc53/docsgpt-7b-falcon))
- Arc53/docsgpt-40b-falcon ([More details](https://huggingface.co/Arc53/docsgpt-40b-falcon))
- llama.cpp ([More details](https://python.langchain.com/docs/integrations/llms/llamacpp))

**Options for `EMBEDDINGS_NAME`:**
Expand Down

2 comments on commit 93a1368

@vercel
Copy link

@vercel vercel bot commented on 93a1368 Oct 31, 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-arc53.vercel.app
nextra-docsgpt-git-main-arc53.vercel.app
nextra-docsgpt.vercel.app
docs.docsgpt.co.uk

@vercel
Copy link

@vercel vercel bot commented on 93a1368 Oct 31, 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-git-main-arc53.vercel.app
docs-gpt-arc53.vercel.app
docs-gpt-brown.vercel.app

Please sign in to comment.