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

feat: allow the specification of a model for fine tuned completion #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ColinEberhardt
Copy link

When using a fine-tuned model, you specify a model rather than an engine - see:

https://beta.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model

This adds support for a model parameter, e.g.

  const gptResponse = await openai.complete({
    model: "curie:MODEL-ID",
    prompt
  });

@davut
Copy link

davut commented Nov 13, 2021

+1

@pdhoward
Copy link

++1 please

@Lisennk
Copy link

Lisennk commented Dec 21, 2021

+1

1 similar comment
@bcazur
Copy link

bcazur commented Jan 11, 2022

+1

@dasheck0
Copy link
Contributor

There were some other changes as well. I covered them in this PR #57

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.

6 participants