Skip to content

Commit

Permalink
Merge pull request stanfordnlp#1498 from NirantK/main
Browse files Browse the repository at this point in the history
chore(docs): add Claude model providers to the list
  • Loading branch information
krypticmouse authored Sep 15, 2024
2 parents acdafbb + ac48837 commit 1695870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/building-blocks/1-language_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ lm = dspy.{provider_listed_below}(model="your model", model_request_kwargs="..."

5. `dspy.PremAI` for hosted best open source and closed source models.

6. `dspy.Claude` for hosted Claude models.

7. `dspy.AWSAnthropic` for hosted Claude models and `dspy.AWSMeta` for hosted Llama3 models.

### Local LMs.

You need to host these models on your own GPU(s). Below, we include pointers for how to do that.
Expand Down

0 comments on commit 1695870

Please sign in to comment.