Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
|
|
|
|
3 |
|
4 |
-
openai.api_key = "
|
5 |
|
6 |
messages = [
|
7 |
{"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"},
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
+
import os
|
4 |
+
os.environ.getattribute("openai_key")
|
5 |
|
6 |
+
openai.api_key = "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"},
|