Abs6187 commited on
Commit
40d130f
1 Parent(s): 69d134d

Update AI_Chat_bot.py

Browse files
Files changed (1) hide show
  1. 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 = "asst_r5Ue1a7mtI3H2X2N5pCKpfr9"
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