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

[OpenAI] Implement fine-tuning convenience methods as an LRO #42681

Open
joseharriaga opened this issue Mar 14, 2024 · 0 comments
Open

[OpenAI] Implement fine-tuning convenience methods as an LRO #42681

joseharriaga opened this issue Mar 14, 2024 · 0 comments
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI
Milestone

Comments

@joseharriaga
Copy link
Member

The fine-tuning API is basically an LRO:

  1. Create a fine-tuning job.
  2. Poll it until it has completed.
  3. You can cancel it at any time.
@joseharriaga joseharriaga added Client This issue points to a problem in the data-plane of the library. OpenAI labels Mar 14, 2024
@joseharriaga joseharriaga added this to the Backlog milestone Mar 14, 2024
@joseharriaga joseharriaga modified the milestones: Backlog, 2024-05 Mar 28, 2024
@jsquire jsquire modified the milestones: 2024-05, 2024-06 May 20, 2024
@jsquire jsquire modified the milestones: 2024-06, 2024-07 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI
Projects
None yet
Development

No branches or pull requests

2 participants