Skip to content

Is it possible to set a custom fine-tuned model? #164

Answered by waylaidwanderer
yuwangi asked this question in Help
Discussion options

You must be logged in to vote

As per the readme and the example settings.json:

        modelOptions: {
            // You can override the model name and any other parameters here.
            // The default model is `gpt-3.5-turbo`.
            model: 'gpt-3.5-turbo',
            // Set max_tokens here to override the default max_tokens of 1000 for the completion.
            // max_tokens: 1000,
        },

You can override the model name and any other parameters here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waylaidwanderer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #163 on March 06, 2023 08:36.