ParamsChatBot class

Main configuration for chat bot

Constructors

ParamsChatBot({String domain = "api.openai.com", String endPoint = "/v1/chat/completions", String modelGpt = "gpt-3.5-turbo", int maxToken = 150, FormatDataUtil formatDataUtil = const FormatDataUtil()})
const

Properties

domain String
final
endPoint String
final
formatDataUtil FormatDataUtil
final
hashCode int
The hash code for this object.
no setterinherited
maxToken int
final
modelGpt String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited