Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grab model data dynamically instead of hardcoded
- Dynamically resolve max token count - Dynamically resolve tokenizers - Use only stream function not both callback and stream and distinguish type of response instead Signed-off-by: Tomas Slusny <[email protected]>
- Loading branch information
f492023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://api.githubcopilot.com/models call needs caching across vi restarts. It's slow to run it every time.