Commit
·
469fe7d
1
Parent(s):
f5aa93c
Update playground.py
Browse files- tabs/playground.py +1 -1
tabs/playground.py
CHANGED
@@ -87,9 +87,9 @@ def run():
|
|
87 |
Cet espace a pour objectif d'observer la génération de token par ChatGPT'
|
88 |
""")
|
89 |
, unsafe_allow_html=True)
|
90 |
-
st.write(os.environ['OPENAI_API_KEY'])
|
91 |
if 'OPENAI_API_KEY' in st.session_state:
|
92 |
try:
|
|
|
93 |
col1, col2 = st.columns([3, 1])
|
94 |
with col2:
|
95 |
temperature = st.slider(
|
|
|
87 |
Cet espace a pour objectif d'observer la génération de token par ChatGPT'
|
88 |
""")
|
89 |
, unsafe_allow_html=True)
|
|
|
90 |
if 'OPENAI_API_KEY' in st.session_state:
|
91 |
try:
|
92 |
+
st.write(os.environ['OPENAI_API_KEY'])
|
93 |
col1, col2 = st.columns([3, 1])
|
94 |
with col2:
|
95 |
temperature = st.slider(
|