Solshine commited on
Commit
0afd29f
·
verified ·
1 Parent(s): b0c74de

Update app.py

Browse files

'api_key': together_api_key

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def launch_bot():
80
  if 'cfg' not in st.session_state:
81
  questions = list(eval(os.environ['examples']))
82
  cfg = OmegaConf.create({
83
- 'api_key': together_api_key),
84
  'title': os.environ['title'],
85
  'description': os.environ['description'],
86
  'examples': questions,
 
80
  if 'cfg' not in st.session_state:
81
  questions = list(eval(os.environ['examples']))
82
  cfg = OmegaConf.create({
83
+ 'api_key': together_api_key,
84
  'title': os.environ['title'],
85
  'description': os.environ['description'],
86
  'examples': questions,