Calls the Fireworks API with retry logic in case of failures.
completionWithRetry(
request: ChatCompletionCreateParamsStreaming,
options: any
): Promise<AsyncIterable<ChatCompletionChunk, any, any>>| Name | Type | Description |
|---|---|---|
request* | ChatCompletionCreateParamsStreaming | |
options | any |