ChatGPT
chatgpt
¶
Scrape.do Async-API ChatGPT Plugin Adapter
Each adapter pairs a plugin's Key discriminator literal with the list
of Sync *Parameters entries the Async API
expects
Usage
This adapter participates in the
AsyncPlugin
discriminated union consumed by JobCreationRequest.plugin
Official Documentation
ChatGPTChatAsyncPlugin
¶
Bases: BaseModel
Async adapter for the chatgpt/chat plugin
Attributes:
| Name | Type | Description |
|---|---|---|
key |
Literal['chatgpt/chat']
|
Plugin discriminator |
params |
List[ChatGPTChatParameters]
|
Per-job task entries
( |