AnaCarolRicci commited on
Commit
4631d5d
·
verified ·
1 Parent(s): 1e6344e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
 
4
  # Simulating the API Key as "legal"
5
- API_KEY = 'sk-f0c8b4f3f2bc49a1a9240ea12c16ecbb'
6
 
7
  # Chatbot Function using DeepSeek LLM
8
  def ielts_chat(user_input, part):
 
2
  import requests
3
 
4
  # Simulating the API Key as "legal"
5
+ API_KEY = 'sk-7ac906276b784f45a9a989aafccef946'
6
 
7
  # Chatbot Function using DeepSeek LLM
8
  def ielts_chat(user_input, part):