ciaochris commited on
Commit
7414256
·
verified ·
1 Parent(s): f02ad06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1-70b-versatile"
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: