getModel method
Returns the model metadata from groq with the given model id \
Implementation
Future<GroqLLMModel> getModel(String modelId) async {
return await GroqApi.getModel(modelId, apiKey);
}
Returns the model metadata from groq with the given model id \
Future<GroqLLMModel> getModel(String modelId) async {
return await GroqApi.getModel(modelId, apiKey);
}