io.cequence.openaiscala.service.adapter.DelegatedChatCompletionCloseableServiceWrapper
Attributes
- Graph
- Supertypes
trait CloseableService
trait ServiceWrapper[S]
class Object
trait Matchable
class Any
Members list
Concise view
Type members
Attributes
- Inherited from:
- OpenAIServiceConsts
- Graph
- Supertypes
class Object
trait Matchable
class Any
Value members
Creates a model response for the given chat conversation.
Creates a model response for the given chat conversation.
Attributes
- messages
A list of messages comprising the conversation so far.
- Returns:
chat completion response
- See also:
- Definition Classes
Closes the underlying ws client, and releases all its resources.
Closes the underlying ws client, and releases all its resources.
Attributes
- Definition Classes
DelegatedCloseableServiceWrapper -> CloseableService
- Inherited from:
- DelegatedCloseableServiceWrapper
Attributes
- Inherited from:
- DelegatedCloseableServiceWrapper