Spaces:
Runtime error
Runtime error
Updated API KEY
Browse files- AI_Chat_bot.py +1 -1
AI_Chat_bot.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
-
openai.api_key = "
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a Indian Lawyer and Gave Advice according to Indian constitution"}]
|
7 |
|
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
+
openai.api_key = "asst_r5Ue1a7mtI3H2X2N5pCKpfr9"
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a Indian Lawyer and Gave Advice according to Indian constitution"}]
|
7 |
|