Class: TogetherLLM
Hierarchy
-
↳
TogetherLLM
Constructors
constructor
• new TogetherLLM(init?
): TogetherLLM
Parameters
Name | Type |
---|---|
init? | Partial <OpenAI > |
Returns
Overrides
Defined in
packages/core/src/llm/together.ts:5
Properties
additionalChatOptions
• Optional
additionalChatOptions: OpenAIAdditionalChatOptions
Inherited from
Defined in
packages/core/src/llm/openai.ts:167
additionalSessionOptions
• Optional
additionalSessionOptions: Omit
<Partial
<ClientOptions
>, "apiKey"
| "timeout"
| "maxRetries"
>
Inherited from
OpenAI.additionalSessionOptions
Defined in
packages/core/src/llm/openai.ts:174
apiKey
• Optional
apiKey: string
= undefined
Inherited from
Defined in
packages/core/src/llm/openai.ts:170
maxRetries
• maxRetries: number
Inherited from
Defined in
packages/core/src/llm/openai.ts:171
maxTokens
• Optional
maxTokens: number
Inherited from
Defined in
packages/core/src/llm/openai.ts:166