Spaces:
Running
Running
Update src/ai_system.py
Browse files- src/ai_system.py +2 -2
src/ai_system.py
CHANGED
|
@@ -37,8 +37,8 @@ class SaemsTunesAISystem:
|
|
| 37 |
monitor: ComprehensiveMonitor,
|
| 38 |
model_name: str = "microsoft/Phi-3.5-mini-instruct",
|
| 39 |
model_repo: str = "bartowski/Phi-3.5-mini-instruct-GGUF",
|
| 40 |
-
model_file: str = "Phi-3.5-mini-instruct-
|
| 41 |
-
max_response_length: int =
|
| 42 |
temperature: float = 0.7,
|
| 43 |
top_p: float = 0.9,
|
| 44 |
context_window: int = 4096
|
|
|
|
| 37 |
monitor: ComprehensiveMonitor,
|
| 38 |
model_name: str = "microsoft/Phi-3.5-mini-instruct",
|
| 39 |
model_repo: str = "bartowski/Phi-3.5-mini-instruct-GGUF",
|
| 40 |
+
model_file: str = "Phi-3.5-mini-instruct-Q4_K_M.gguf",
|
| 41 |
+
max_response_length: int = 300,
|
| 42 |
temperature: float = 0.7,
|
| 43 |
top_p: float = 0.9,
|
| 44 |
context_window: int = 4096
|