Skip to content

Commit ff1e122

Browse files
committed
docs: Remove incorrect model alias example
1 parent 0aff3fb commit ff1e122

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/guides/models.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ RubyLLM provides convenient aliases for popular models, so you don't have to rem
7777
# These are equivalent
7878
chat = RubyLLM.chat(model: 'claude-3-5-sonnet')
7979
chat = RubyLLM.chat(model: 'claude-3-5-sonnet-20241022')
80-
81-
# These are also equivalent
82-
chat = RubyLLM.chat(model: 'gpt-4o')
83-
chat = RubyLLM.chat(model: 'gpt-4o-2024-11-20')
8480
```
8581

8682
If you want to ensure you're always getting a specific version, use the full model ID:

0 commit comments

Comments
 (0)