mrolando
commited on
Commit
·
8aab780
1
Parent(s):
41222e4
fixing secret
Browse files
app.py
CHANGED
|
@@ -37,7 +37,11 @@ import gradio as gr
|
|
| 37 |
|
| 38 |
import os
|
| 39 |
import openai
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
# response = openai.ChatCompletion.create(
|
| 43 |
# model="gpt-3.5-turbo",
|
|
|
|
| 37 |
|
| 38 |
import os
|
| 39 |
import openai
|
| 40 |
+
print(os.environ['PRUEBA'])
|
| 41 |
+
|
| 42 |
+
print(os.environ.get['PRUEBA'])
|
| 43 |
+
|
| 44 |
+
# openai.api_key = os.environ.get['OPENAI_API_KEY']
|
| 45 |
|
| 46 |
# response = openai.ChatCompletion.create(
|
| 47 |
# model="gpt-3.5-turbo",
|