|
|
|
|
|
by brensudol
1245 days ago
|
|
Here's more information on the fine-tuning process: https://beta.openai.com/docs/guides/fine-tuning In terms of where it's incorporated in the code, the fine-tuned model id is stored in an environmental variable called `process.env.OPENAI_MODEL_ID` which then gets passed to the completion endpoint |
|