mohammedhafeez commited on
Commit
fde44aa
·
1 Parent(s): ea2e35d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import openai
2
  import gradio
3
 
4
- openai.api_key = alpha
5
 
6
  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"}]
7
 
 
1
  import openai
2
  import gradio
3
 
4
+ openai.api_key = "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"
5
 
6
  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"}]
7