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

Feature/patch configurability #80

Merged
merged 6 commits into from
Nov 24, 2023
Merged

Conversation

MartBakler
Copy link
Collaborator

Enabled to configure MP functions through the use of decorator kwargs
Currently can configure environment_id (used to tag finetuned models), ignore_finetune_fetching (during startup openai will not be queried for finetune jobs, reduces startup latency by around 1 sec) and ignore_finetuning (used to specify if finetuning is not wanted or needed, then only teacher model will be used to carry out the function calls)

@MartBakler MartBakler marked this pull request as ready for review November 23, 2023 12:36
Copy link
Contributor

@JackHopkins JackHopkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@JackHopkins JackHopkins merged commit eec6332 into master Nov 24, 2023
@MartBakler MartBakler deleted the feature/patch_configurability branch November 27, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants