Skip to content

Commit

Permalink
refactor(dspy): added prem integration as remote llm inside main doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed May 16, 2024
1 parent 86f5470 commit 47f9199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/building-blocks/1-language_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ lm = dspy.{provider_listed_below}(model="your model", model_request_kwargs="..."

4. `dspy.Together` for hosted various open source models.

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

### Local LMs.

Expand Down Expand Up @@ -173,4 +174,4 @@ model = 'dist/prebuilt/mlc-chat-Llama-2-7b-chat-hf-q4f16_1'
model_path = 'dist/prebuilt/lib/Llama-2-7b-chat-hf-q4f16_1-cuda.so'

llama = dspy.ChatModuleClient(model=model, model_path=model_path)
```
```

0 comments on commit 47f9199

Please sign in to comment.