PhilSpiel commited on
Commit
3883dcf
·
1 Parent(s): 41065d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,10 +1,7 @@
1
  import openai
2
- import os
3
  import gradio as gr
4
 
5
- openai.api_key = os.getenv("OPENAI_API_KEY")
6
-
7
- # openai.api_key = "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" # Replace with your key
8
 
9
  def predict(message, history):
10
  history_openai_format = []
 
1
  import openai
 
2
  import gradio as gr
3
 
4
+ openai.api_key = "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" # Replace with your key
 
 
5
 
6
  def predict(message, history):
7
  history_openai_format = []