Groq chat model integration.
The Groq API is compatible to the OpenAI API with some limitations. View the full API ref at:
class ChatGroqBaseChatModel<ChatGroqCallOptions, AIMessageChunk>The async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.
Whether to print out response text.