HaoMingSun commited on
Commit
b2d4a19
1 Parent(s): effe4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
  import os
4
 
5
  # Set your OpenAI API key
6
- #client = OpenAI(api_key=os.environ["APITOKEN"])
7
 
8
- client = OpenAI(api_key="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")
9
 
10
  #greetings = ["hello", "hi", "hey", "greetings", "good morning", "good afternoon", "good evening"]
11
 
 
3
  import os
4
 
5
  # Set your OpenAI API key
6
+ client = OpenAI(api_key=os.environ["APITOKEN"])
7
 
8
+ #client = OpenAI(api_key="")
9
 
10
  #greetings = ["hello", "hi", "hey", "greetings", "good morning", "good afternoon", "good evening"]
11