antonioneto11 commited on
Commit
1b2afbb
·
verified ·
1 Parent(s): 686035e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import openai
3
 
4
  # Replace 'your_openai_api_key_here' with your actual OpenAI API key.
5
- openai.api_key = 'OPEN_AI_KEY'
6
 
7
  def generate_response(question):
8
  try:
 
2
  import openai
3
 
4
  # Replace 'your_openai_api_key_here' with your actual OpenAI API key.
5
+ openai.api_key = ("OPEN_AI_KEY")
6
 
7
  def generate_response(question):
8
  try: