Skip to content

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

Open
ColinEberhardt wants to merge 1 commit intonjerschow:mainfrom
ColinEberhardt:main
Open

feat: allow the specification of a model for fine tuned completion#43
ColinEberhardt wants to merge 1 commit intonjerschow:mainfrom
ColinEberhardt:main

Conversation

@ColinEberhardt
Copy link
Copy Markdown

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
Copy Markdown

davut commented Nov 13, 2021

+1

@pdhoward
Copy link
Copy Markdown

++1 please

@Lisennk
Copy link
Copy Markdown

Lisennk commented Dec 21, 2021

+1

1 similar comment
@bcazur
Copy link
Copy Markdown

bcazur commented Jan 11, 2022

+1

@dasheck0
Copy link
Copy Markdown
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