Table of Contents

Class OpenAIConfig

Namespace
AutoGen
Assembly
AutoGen.dll
public class OpenAIConfig : ILLMConfig
Inheritance
OpenAIConfig
Implements
Inherited Members

Constructors

OpenAIConfig(string, string)

public OpenAIConfig(string apiKey, string modelId)

Parameters

apiKey string
modelId string

Properties

ApiKey

public string ApiKey { get; }

Property Value

string

ModelId

public string ModelId { get; }

Property Value

string