Method: Boxcars::Anthropic#modelname_to_contextsize
- Defined in:
- lib/boxcars/engine/anthropic.rb
#modelname_to_contextsize(_modelname) ⇒ Object
lookup the context size for a model by name
172 173 174 |
# File 'lib/boxcars/engine/anthropic.rb', line 172 def modelname_to_contextsize(_modelname) 100000 end |