mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
Add code review fix plan covering 11 issues across modularity, encapsulation, performance, and dead code (#62)
This commit is contained in:
parent
c54c57a742
commit
aee9f0ad93
17 changed files with 107 additions and 114 deletions
|
|
@ -9,8 +9,7 @@ from providers.base import BaseProvider, ProviderConfig
|
|||
from providers.exceptions import AuthenticationError
|
||||
from providers.lmstudio import LMStudioProvider
|
||||
from providers.nvidia_nim import NVIDIA_NIM_BASE_URL, NvidiaNimProvider
|
||||
from providers.open_router import OpenRouterProvider
|
||||
from providers.open_router.client import OPENROUTER_BASE_URL
|
||||
from providers.open_router import OPENROUTER_BASE_URL, OpenRouterProvider
|
||||
|
||||
# Global provider instance (singleton)
|
||||
_provider: BaseProvider | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue