Skip to content

OpenAI.FineTuneData.AddLine

Andrew Lambert edited this page Jan 20, 2024 · 5 revisions

Method signature

Sub AddLine(SystemPrompt As String, UserPrompt As String, IdealCompletion As String)

Parameters

Name Type Comment
SystemPrompt String The system training prompt.
UserPrompt String The user training prompt.
IdealCompletion String The ideal response given the system and user prompts.

See also

Clone this wiki locally