Spaces:
No application file
No application file
Update app.py
Browse filesAddat api key
app.py
CHANGED
@@ -5,7 +5,7 @@ import openai
|
|
5 |
#import config
|
6 |
import gradio as gr
|
7 |
|
8 |
-
openai.api_key =
|
9 |
|
10 |
#start_sequence = "\nCoach: "
|
11 |
#restart_sequence = "\nPlayer: "
|
|
|
5 |
#import config
|
6 |
import gradio as gr
|
7 |
|
8 |
+
openai.api_key = os.getenv('APIKEY')
|
9 |
|
10 |
#start_sequence = "\nCoach: "
|
11 |
#restart_sequence = "\nPlayer: "
|