Skip to content

Commit 75defa7

Browse files
authored
Fix typo in language_models.md (#8474)
1 parent a8b4ea3 commit 75defa7

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
@@ -152,7 +152,7 @@ with dspy.context(lm=dspy.LM('openai/gpt-3.5-turbo')):
152152
```
153153
**Possible Output:**
154154
```text
155-
GPT-4o: The number of floors in the castle David Gregory inherited cannot be determined with the information provided.
155+
GPT-4o-mini: The number of floors in the castle David Gregory inherited cannot be determined with the information provided.
156156
GPT-3.5-turbo: The castle David Gregory inherited has 7 floors.
157157
```
158158

0 commit comments

Comments
 (0)