Skip to content

Commit 47f9199

Browse files
committed
refactor(dspy): added prem integration as remote llm inside main doc
1 parent 86f5470 commit 47f9199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/building-blocks/1-language_models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ lm = dspy.{provider_listed_below}(model="your model", model_request_kwargs="..."
137137

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

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

141142
### Local LMs.
142143

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

175176
llama = dspy.ChatModuleClient(model=model, model_path=model_path)
176-
```
177+
```

0 commit comments

Comments
 (0)