Interface OpenAIAssistantConfig

Hierarchy

  • OpenAIAssistantConfig

Properties

api_key: string
message?: ((email, record) => ChatCompletionMessageParam[])

Type declaration

    • (email, record): ChatCompletionMessageParam[]
    • Parameters

      Returns ChatCompletionMessageParam[]

model: string & {} | "gpt-4" | "gpt-4-0314" | "gpt-4-0613" | "gpt-4-32k" | "gpt-4-32k-0314" | "gpt-4-32k-0613" | "gpt-3.5-turbo" | "gpt-3.5-turbo-16k" | "gpt-3.5-turbo-0301" | "gpt-3.5-turbo-0613" | "gpt-3.5-turbo-16k-0613"
override?: Omit<ChatCompletionCreateParamsNonStreaming, "model" | "messages">

Generated using TypeDoc