Class: FireworksLLM
OpenAI LLM implementation
Hierarchy
-
↳
FireworksLLM
Constructors
constructor
• new FireworksLLM(init?
): FireworksLLM
Parameters
Name | Type |
---|---|
init? | Partial <OpenAI > |
Returns
Overrides
Defined in
packages/core/src/llm/fireworks.ts:5
Properties
additionalChatOptions
• Optional
additionalChatOptions: Omit
<Partial
<ChatCompletionCreateParams
>, "messages"
| "stream"
| "max_tokens"
| "model"
| "temperature"
| "top_p"
| "tools"
| "toolChoice"
>
Inherited from
Defined in
packages/core/src/llm/LLM.ts:81
additionalSessionOptions
• Optional
additionalSessionOptions: Omit
<Partial
<ClientOptions
>, "apiKey"
| "timeout"
| "maxRetries"
>
Inherited from
OpenAI.additionalSessionOptions
Defined in
packages/core/src/llm/LLM.ts:98
apiKey
• Optional
apiKey: string
= undefined
Inherited from
Defined in
packages/core/src/llm/LLM.ts:94
maxRetries
• maxRetries: number
Inherited from
Defined in
packages/core/src/llm/LLM.ts:95
maxTokens
• Optional
maxTokens: number
Inherited from
Defined in
packages/core/src/llm/LLM.ts:80
model
• model: string
Inherited from
Defined in
packages/core/src/llm/LLM.ts:77
session
• session: OpenAISession
Inherited from
Defined in
packages/core/src/llm/LLM.ts:97
temperature
• temperature: number