Index
All Classes|All Packages
D
- DATE - Static variable in class com.chatmotorapi.api.version.VersionValues
-
The release date of the current version.
- DEFAULT_ADDITIONAL_OPTIONS - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default map containing additional, unspecified options for AI configuration.
- DEFAULT_FILTERS - Static variable in class com.chatmotorapi.api.experimental.MotorDefaultContentFilters
-
List of default content filters.
- DEFAULT_FREQUENCY_PENALTY - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default penalty discouraging the AI from repeating the same line.
- DEFAULT_INTERVAL_RETRY - Static variable in class com.chatmotorapi.api.ChatMotor
-
Default retry interval between API request retries: 2 seconds.
- DEFAULT_LOGIT_BIAS - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default map of token IDs to their bias values, affecting AI response generation.
- DEFAULT_LOGPROBS - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default setting to determine whether to enable log probabilities in the AI response.
- DEFAULT_MAX_CHUNK_INPUT_SIZE - Static variable in class com.chatmotorapi.api.ChatMotor
-
The default maximum input size for isomorphic operations.
- DEFAULT_MAX_INPUT_SIZE - Static variable in class com.chatmotorapi.api.ChatMotor
-
The default maximum input size for non-isomorphic operations.
- DEFAULT_MAX_RETRIES - Static variable in class com.chatmotorapi.api.ChatMotor
-
Default maximum number of retries for API requests: no retries.
- DEFAULT_MAX_TOKENS - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default maximum number of tokens that the AI can produce in a response.
- DEFAULT_N - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default value for the number of completions to generate for each prompt.
- DEFAULT_PRESENCE_PENALTY - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default penalty discouraging the AI from repeating topics.
- DEFAULT_STOP - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default stop sequences for the AI to stop generating further tokens.
- DEFAULT_TEMPERATURE - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default randomness in the AI responses.
- DEFAULT_TOP_LOGPROBS - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default number of top log probabilities to include in the response.
- DEFAULT_TOP_P - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default diversity of response predictions (top_p).
- DEFAULT_USER - Static variable in class com.chatmotorapi.api.MotorAiOptions
-
The default identifier for the user or usage context.
- deleteModel(String) - Method in class com.chatmotorapi.api.models.MotorModelsRequest
-
Deletes a specific model identified by the model ID from OpenAI's services.
- dispatchDocument(String, ExecutionMode) - Method in class com.chatmotorapi.api.notify.EmailNotificationChannel
- dispatchDocument(String, ExecutionMode) - Method in interface com.chatmotorapi.api.notify.NotificationChannel
-
Sends the generated response document to the user.
- dispatchDocument(String, ExecutionMode) - Method in class com.chatmotorapi.api.notify.SlackNotificationChannel
- dispatchDocument(String, ExecutionMode) - Method in class com.chatmotorapi.api.notify.TwilioNotificationChannel
-
Not implemented in this context.
- DRUG_RELATED_CONTENT - Static variable in class com.chatmotorapi.api.experimental.MotorDefaultContentFilters
-
Filter for content that contains drug-related content.
All Classes|All Packages