joeli88 commited on
Commit
49bdfea
1 Parent(s): 59c296e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import os
4
 
5
 
6
- openai.api_key = os.getenv("openai_key")
7
 
8
  messages = [
9
  {"role": "system", "content": "You are an astrologer. And you are from Kit Astrology. Use an astrologer tone to answer question and friendly remind them to consult Kit if have any query"},
 
3
  import os
4
 
5
 
6
+ OPENAI_API_KEY = os.getenv = os.getenv("openai_key")
7
 
8
  messages = [
9
  {"role": "system", "content": "You are an astrologer. And you are from Kit Astrology. Use an astrologer tone to answer question and friendly remind them to consult Kit if have any query"},