zhaokeyao1 commited on
Commit
8de6ea0
·
1 Parent(s): 3a13b83

Update button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ class Conversation:
65
  self.history.append({"role": "system", "content": system_prompt})
66
 
67
  if len(system_prompt) > 0:
68
- logger.info(f'Conversation initialized with system prompt: {system_prompt}')
69
  self.initialized = True
70
 
71
  def is_initialized(self):
 
65
  self.history.append({"role": "system", "content": system_prompt})
66
 
67
  if len(system_prompt) > 0:
68
+ #logger.info(f'Conversation initialized with system prompt: {system_prompt}')
69
  self.initialized = True
70
 
71
  def is_initialized(self):