Is it possible to set a custom fine-tuned model? #164
-
If possible, how to set it up? |
Beta Was this translation helpful? Give feedback.
Answered by
waylaidwanderer
Mar 6, 2023
Replies: 1 comment
-
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,
},
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waylaidwanderer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the readme and the example settings.json: