Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
|
|
| 11 |
class HumanTouchApp:
|
| 12 |
def __init__(self):
|
| 13 |
self.client = self._initialize_groq_client()
|
| 14 |
-
self.model = "llama-3.
|
| 15 |
self.system_prompt_template = self._load_system_prompt()
|
| 16 |
|
| 17 |
def _initialize_groq_client(self) -> Groq:
|
|
|
|
| 11 |
class HumanTouchApp:
|
| 12 |
def __init__(self):
|
| 13 |
self.client = self._initialize_groq_client()
|
| 14 |
+
self.model = "llama-3.3-70b-versatile"
|
| 15 |
self.system_prompt_template = self._load_system_prompt()
|
| 16 |
|
| 17 |
def _initialize_groq_client(self) -> Groq:
|