You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#120 : Replace magic numbers with constants in LLM providers
- Defined constants for model names, token limits, temperature settings, API endpoints, and headers in the following modules:
- Claude
- Groq
- Gemini
- ChatGPT
- Grok
- Ollama
- Improved code maintainability and consistency by eliminating hardcoded values.
0 commit comments