openai-scala-core
openai-scala-core
API
io.cequence.openaiscala
OpenAIScalaClientException
OpenAIScalaClientTimeoutException
OpenAIScalaClientUnknownHostException
OpenAIScalaTokenCountExceededException
io.cequence.openaiscala.domain
ChatRole
ChatRole
Assistant
System
User
EnumValue
MessageSpec
ModelId
io.cequence.openaiscala.domain.response
ChatChunkMessage
ChatCompletionChoiceChunkInfo
ChatCompletionChoiceInfo
ChatCompletionChunkResponse
ChatCompletionResponse
ChatMessage
DeleteResponse
DeleteResponse
Deleted
NotDeleted
NotFound
EmbeddingInfo
EmbeddingResponse
EmbeddingUsageInfo
FileInfo
FineTuneEvent
FineTuneHyperparams
FineTuneJob
ImageInfo
LogprobsInfo
ModelInfo
ModerationCategories
ModerationCategoryScores
ModerationResponse
ModerationResult
Permission
ResponseStringMarshaller
TextCompletionChoiceInfo
TextCompletionResponse
TextEditChoiceInfo
TextEditResponse
TranscriptResponse
UsageInfo
io.cequence.openaiscala.domain.settings
CreateChatCompletionSettings
CreateCompletionSettings
CreateEditSettings
CreateEmbeddingsSettings
CreateFineTuneSettings
CreateImageSettings
CreateModerationSettings
CreateTranscriptionSettings
CreateTranslationSettings
ImageResponseFormatType
ImageResponseFormatType
b64_json
url
ImageSizeType
ImageSizeType
Large
Medium
Small
TranscriptResponseFormatType
TranscriptResponseFormatType
json
srt
text
verbose_json
vtt
UploadFileSettings
io.cequence.openaiscala.service
OpenAIMultiServiceAdapter
OpenAIRetryServiceAdapter
OpenAIService
OpenAIServiceConsts
DefaultSettings
OpenAIServiceWrapper
openai-scala-core
/
io.cequence.openaiscala.domain
/
MessageSpec
MessageSpec
io.cequence.openaiscala.domain.MessageSpec
case
class
MessageSpec
(
role
:
ChatRole
,
content
:
String
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product