Skip to content

Commit

Permalink
Add new tokenier alias for llmev
Browse files Browse the repository at this point in the history
  • Loading branch information
rolson2 committed Oct 1, 2024
1 parent 882ffb1 commit a117b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class ApiBase(ABC):
"""High level model role"""

TOKENIZER_ALIASES = {'gpt-35-turbo': 'gpt-3.5-turbo',
'gpt-4-32k': 'gpt-4-32k-0314'
'gpt-4-32k': 'gpt-4-32k-0314',
'llmev-gpt-4-32k': 'gpt-4-32k-0314'
}
"""Optional mappings for unusual Azure names to tiktoken/openai names."""

Expand Down

0 comments on commit a117b46

Please sign in to comment.