Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import openai
|
| 2 |
import gradio
|
| 3 |
|
| 4 |
-
access_token = "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"
|
| 5 |
-
openai.api_key = "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"
|
| 6 |
|
| 7 |
messages = []
|
| 8 |
system_msg = "You are a qliksense developer and data analyst. Give only Qliksense related answers for the rest of the questions say it is not in your perview."
|
|
|
|
| 1 |
import openai
|
| 2 |
import gradio
|
| 3 |
|
|
|
|
|
|
|
| 4 |
|
| 5 |
messages = []
|
| 6 |
system_msg = "You are a qliksense developer and data analyst. Give only Qliksense related answers for the rest of the questions say it is not in your perview."
|