Class: Roseflow::OpenAI::Operations::Chat
- Defined in:
- lib/roseflow/openai/operations/chat.rb
Overview
Chat operation.
Given a list of messages comprising a conversation, the model will return a response.
See platform.openai.com/docs/api-reference/chat for more information.
Many of the attributes are actually optional for the API, but we provide defaults to them. This may change in the future.