ciaochris commited on
Commit
285ce64
·
verified ·
1 Parent(s): da2ccac

Update app.py

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