chansung commited on
Commit
8b57822
·
verified ·
1 Parent(s): d8ae88a

Update app/gen/openllm.py

Browse files
Files changed (1) hide show
  1. app/gen/openllm.py +1 -1
app/gen/openllm.py CHANGED
@@ -25,7 +25,7 @@ def _default_parameters():
25
  "temperature": 0.9,
26
  }
27
 
28
- def ranslate_messages(history):
29
  messages = []
30
 
31
  for conv in history:
 
25
  "temperature": 0.9,
26
  }
27
 
28
+ def translate_messages(history):
29
  messages = []
30
 
31
  for conv in history: