Skip to content

Commit

Permalink
`chore: Add Claude language model providers in building-blocks docume…
Browse files Browse the repository at this point in the history
…ntation`
  • Loading branch information
NirantK committed Sep 15, 2024
1 parent acdafbb commit ac48837
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 ac48837

Please sign in to comment.