Groq class final

Constructors

Groq.new({required String apiKey, required String model, Configuration? configuration})
factory

Properties

apiClient ↔ ApiClient
getter/setter pair
configuration ↔ Configuration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearChat() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCustomInstructions() → void
sendMessage(String message) Future<GroqResponse>
setCustomInstructionsWith(String instructions) → void
startChat() → void
toString() String
A string representation of this object.
inherited

Operators

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