Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 453 Bytes

07-open-ai-options.md

File metadata and controls

17 lines (10 loc) · 453 Bytes

OpenAI Provider Options

OpenAI Provider Options

Currently implemented options

  • role: Supported values are: 'system', 'assistant', 'user', 'function', and 'tool'.
  • model: See here for more information

Syntax

Add your options semicolon separated to the configuration.

option1: value; option2: other value;

Example:

role: user; model: gpt-3.5-turbo;