Spaces:
Runtime error
Runtime error
Update AI_Chat_bot.py
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_LsHgpmVRi0ERjdb27YHrK96m"
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a Indian Lawyer and Gave Advice according to Indian constitution"}]
|
7 |
|