mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
Refactor LLM provider and model in enhanced_context.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user