openai-java icon indicating copy to clipboard operation
openai-java copied to clipboard

如何联系上下文?

Open Tongsir-China opened this issue 2 years ago • 1 comments

image

Tongsir-China avatar Feb 09 '23 05:02 Tongsir-China

You pass the context in your prompt. Sometimes w/ several examples. This has to do w/ the underlying model and not this API in particular.

You can use the fine-tuning endpoint to create an extension model and then use that instead of the default one. https://platform.openai.com/docs/guides/fine-tuning

cryptoapebot avatar Feb 09 '23 14:02 cryptoapebot