openai-scala-core
openai-scala-core
API
io.cequence.openaiscala
OpenAIScalaClientException
OpenAIScalaClientTimeoutException
OpenAIScalaClientUnknownHostException
io.cequence.openaiscala.domain
ChatRole
ChatRole
Assistant
System
User
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
ImageSizeType
ListFineTuneEventsSettings
TranscriptResponseFormatType
UploadFileSettings
io.cequence.openaiscala.service
OpenAIService
OpenAIServiceConsts
DefaultSettings
openai-scala-core
/
io.cequence.openaiscala.domain.response
/
TextEditChoiceInfo
TextEditChoiceInfo
io.cequence.openaiscala.domain.response.TextEditChoiceInfo
case
class
TextEditChoiceInfo
(
text
:
String
,
index
:
Int
,
logprobs
:
Option
[
LogprobsInfo
])
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