Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

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