Refactor LLM provider and model in enhanced_context.py

This commit is contained in:
2024-11-06 09:15:54 -05:00
parent 7f5ba667bd
commit 4a852e6220
+2 -2
View File
@@ -21,8 +21,8 @@ from rich.panel import Panel
from rich.text import Text
DB_PATH = "enhanced_context.db"
LLM_PROVIDER = "openai"
LLM_MODEL = "gpt-4o-mini"
LLM_PROVIDER = "xai"
LLM_MODEL = "grok-beta"
class EnhancedContextPlugin(sm.BasePlugin):