Skip to content

Commit 7567313

Browse files
authored
Update language_models.md (#7795)
Fixed minor typo
1 parent 4ddd181 commit 7567313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/learn/programming/language_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ lm.history[-1].keys() # access the last call to the LM, with all metadata
170170
dict_keys(['prompt', 'messages', 'kwargs', 'response', 'outputs', 'usage', 'cost'])
171171
```
172172

173-
### Advanced: Building customer LMs and writing your own Adapters.
173+
### Advanced: Building custom LMs and writing your own Adapters.
174174

175175
Though rarely needed, you can write custom LMs by inheriting from `dspy.BaseLM`. Another advanced layer in the DSPy ecosystem is that of _adapters_, which sit between DSPy signatures and LMs. A future version of this guide will discuss these advanced features, though you likely don't need them.
176176

0 commit comments

Comments
 (0)