Open innovatorved opened 1 day ago
@innovatorved can you assign feature request to this PR
@surapuramakhil I hadn't reviewed the request initially; I made the changes for my own use but realized they could benefit others as well. Since Groq offers generous free limits, I thought this could be helpful.
Updated README as suggested.
@innovatorved request to resolve conflits.
@surapuramakhil kindly check and merge
This pull request introduces support for the GroqAI model in the
ai_hawk
project. The changes include adding a new class for the GroqAI model and updating relevant methods to handle this new model type.Key changes include:
Adding GroqAI model support:
src/ai_hawk/llm/llm_manager.py
: AddedGroqAIModel
class to handle interactions with the GroqAI API.src/ai_hawk/llm/llm_manager.py
: Updated_create_model
method to include a case for creating aGroqAIModel
instance.Updating logger classes to support GroqAI model:
src/ai_hawk/llm/llm_manager.py
: ModifiedLLMLogger
andLoggerChatModel
constructors to acceptGroqAIModel
instances. [1] [2]