Uses of Class
bg.codexio.ai.openai.api.sdk.chat.ChatConfigurationStage
Packages that use ChatConfigurationStage
-
Uses of ChatConfigurationStage in bg.codexio.ai.openai.api.sdk.chat
Subclasses of ChatConfigurationStage in bg.codexio.ai.openai.api.sdk.chatModifier and TypeClassDescriptionclassConfigures temperature, topP, penalties and seed.classA stage to choose a model supported by /v1/chat/completions model endpoint compatibility .classAsync context to choose between raw response or just a simple string answer.classPromise abstraction.classPromise abstraction.classConfigures how the HTTP client to act.classSynchronous context to choose between raw response or just a simple string answer.classConfigures tokens, tools and accuracy/classConfigures messages such as system and assistant messages.classReactive context to choose between raw response or just a simple string answer.classConfigures the temperature or in other words, the creativity of the model.classConfigures maxTokens, N(choices) and stop.classConfigures tools such as functions.