David Frizelle
David Frizelle
### Steps to reproduce Link to live example: (required) , Issue is visible on mui.com example https://mui.com/material-ui/react-button-group/ ### Current behavior In dark theme the background , text and borders are...
OpenAI have made gpt-4-turbo model GA See https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4
OpenAI has increased context window of gpt-3.5-turbo model to 16k matching gpt-3.5-turbo-16k model See https://platform.openai.com/docs/models/gpt-3-5-turbo
The same results are returned with less modelName.startsWith calls
Add Meta Llama 3.1, 3.2 instruct model enums to Bedrock Reference for model ids - https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html
Added o1-mini model - see https://platform.openai.com/docs/models/o1 for details
See most notable changes here - https://tika.apache.org/3.1.0/index.html
Replaces https://github.com/knuddelsgmbh/jtokkit/pull/108 now that o1 is out of preview
Added `o200k_harmony` encoding used by OpenAI's `gpt-oss-120b` and `gpt-oss-20b` models. Didn't update model mapping as part of this PR as there are other outstanding PRs that should be merged first....
OpenAI's gpt-oss-120b and gpt-oss-20b models use o200k_harmony encoding. We should add this encoding and map the models to it.