LeeKinXUn commited on
Commit
5029b93
1 Parent(s): 2345f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gradio.components import Textbox
4
 
5
  os.environ["http_proxy"] = "http://localhost:7890"
6
  os.environ["https_proxy"] = "http://localhost:7890"
7
- openai.api_key = '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'
8
 
9
  messages = [
10
  {"role": "system", "content": "You are a helpful and kind AI Assistant."},
 
4
 
5
  os.environ["http_proxy"] = "http://localhost:7890"
6
  os.environ["https_proxy"] = "http://localhost:7890"
7
+ openai.api_key = 'OPENAI_API_KEY'
8
 
9
  messages = [
10
  {"role": "system", "content": "You are a helpful and kind AI Assistant."},