Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update context size for multiple models in model.rs
- Fix a typo in the model.rs file - Update the context size for the model `gpt-3.5-turbo-16k` from `16_384` to `16_385` - Increase the context size for the model `gpt-3.5-turbo` from `4096` to `16_385`
- Loading branch information