mohammedhafeez commited on
Commit
5928bfe
1 Parent(s): f6a7b20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import openai
3
  import gradio
4
 
5
- api_key = os.environ["OPENAI_API_KEY"]
6
  openai.api_key = api_key
7
  messages = [{"role": "system", "content": "You are an expert Python developer and more programming languages with years of experience writing Python code and teaching Python to other programmers"}]
8
 
 
2
  import openai
3
  import gradio
4
 
5
+ api_key = os.environ["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"]
6
  openai.api_key = api_key
7
  messages = [{"role": "system", "content": "You are an expert Python developer and more programming languages with years of experience writing Python code and teaching Python to other programmers"}]
8