interface ChatTogetherAIInput {
    apiKey?: string;
    togetherAIApiKey?: string;
}

Hierarchy (view full)

  • Omit<Toolkit, "openAIApiKey" | TogetherAIUnsupportedArgs>
  • Toolkit
    • ChatTogetherAIInput

Properties

apiKey?: string

The TogetherAI API key to use for requests.

Default

process.env.TOGETHER_AI_API_KEY
togetherAIApiKey?: string

The TogetherAI API key to use for requests. Alias for apiKey

Default

process.env.TOGETHER_AI_API_KEY

Generated using TypeDoc