Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: modularize LLM providers and types #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pythons
Copy link

@pythons pythons commented Nov 11, 2024

refactor: modularize LLM providers and types

  • Split monolithic sendLLMMessage.ts into separate provider modules
  • Create dedicated files for each LLM provider (anthropic, gemini, openai, ollama, greptile)
  • Move types into separate types.ts file
  • Update import paths across affected files
  • No functional changes, purely architectural improvement

This refactoring improves code organization and maintainability by:

  • Separating concerns for each LLM provider
  • Making the codebase more modular
  • Improving type management

- Split monolithic sendLLMMessage.ts into separate provider modules
- Create dedicated files for each LLM provider (anthropic, gemini, openai, ollama, greptile)
- Move types into separate types.ts file
- Update import paths across affected files
- No functional changes, purely architectural improvement

This refactoring improves code organization and maintainability by:
- Separating concerns for each LLM provider
- Making the codebase more modular
- Improving type management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant