Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ logging.basicConfig(
|
|
| 17 |
class HumanTouchApp:
|
| 18 |
def __init__(self):
|
| 19 |
self.client = self._initialize_groq_client()
|
| 20 |
-
self.model = "llama-3.
|
| 21 |
self.system_prompt_template = self._load_system_prompt()
|
| 22 |
|
| 23 |
def _initialize_groq_client(self) -> Groq:
|
|
|
|
| 17 |
class HumanTouchApp:
|
| 18 |
def __init__(self):
|
| 19 |
self.client = self._initialize_groq_client()
|
| 20 |
+
self.model = "llama-3.3-70b-versatile"
|
| 21 |
self.system_prompt_template = self._load_system_prompt()
|
| 22 |
|
| 23 |
def _initialize_groq_client(self) -> Groq:
|