Update app.py
Browse files'api_key': together_api_key
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,
|