Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for arbitrary OpenAI models. #134

Merged
merged 5 commits into from
Jun 14, 2024

Conversation

Yiannis128
Copy link
Collaborator

Added support for OpenAI models using automatic model detection (using the OpenAI API) and inference of max tokens. The main challenge to overcome was to figure out the max tokens for each model, there is no method exposed by the API to fetch such information.

@Yiannis128 Yiannis128 added the enhancement New feature or request label Jun 14, 2024
@Yiannis128 Yiannis128 linked an issue Jun 14, 2024 that may be closed by this pull request
@Yiannis128 Yiannis128 changed the base branch from master to dev June 14, 2024 13:29
@Yiannis128 Yiannis128 merged commit d7afe05 into dev Jun 14, 2024
1 of 2 checks passed
@Yiannis128 Yiannis128 deleted the 133-allow-arbitrary-openai-llms branch September 12, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow arbitrary OpenAI LLMs
1 participant