4197475eedd1134d0e6e87f69098a46206fc9c46
- Use CrewAI's LLM class directly with api_base parameter instead of custom subclass - Remove broken MiniMaxLLM inheritance from LLM - Update agent creation to use LLM(model, api_key, api_base) pattern The issue was that inheriting from CrewAI's LLM class caused the api_base to be set to None. Now we use CrewAI's LLM directly with the correct parameters. Fixes #43
Description
Research and documentation repository
Languages
Python
63%
Svelte
30.2%
TypeScript
6.2%
Shell
0.3%
JavaScript
0.2%