Skip to content

Commit

Permalink
Added model names (run-llama#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja authored Mar 1, 2023
1 parent d49619a commit 56474a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/custom_llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below we show a few examples of LLM customization. This includes
## Example: Changing the underlying LLM

An example snippet of customizing the LLM being used is shown below.
In this example, we use `text-davinci-002` instead of `text-davinci-003`. Note that
In this example, we use `text-davinci-002` instead of `text-davinci-003`. Available models include `text-davinci-003`,`text-curie-001`,`text-babbage-001`,`text-ada-001`, `code-davinci-002`,`code-cushman-001`. Note that
you may plug in any LLM shown on Langchain's
[LLM](https://langchain.readthedocs.io/en/latest/modules/llms.html) page.

Expand Down

0 comments on commit 56474a3

Please sign in to comment.