mohammedhafeez commited on
Commit
f6a7b20
1 Parent(s): ae06911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import gradio
4
 
5
  api_key = os.environ["OPENAI_API_KEY"]
6
  openai.api_key = api_key
7
-
8
  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"}]
9
 
10
  def CustomChatGPT(user_input):
 
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
 
9
  def CustomChatGPT(user_input):