Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
# Replace with your DeepSeek API key and endpoint
|
5 |
-
DEEPSEEK_API_KEY = "
|
6 |
DEEPSEEK_ENDPOINT = "https://api.deepseek.com/v1/chat"
|
7 |
|
8 |
# Define the bot's persona
|
|
|
2 |
import requests
|
3 |
|
4 |
# Replace with your DeepSeek API key and endpoint
|
5 |
+
DEEPSEEK_API_KEY = "sk-cb27c81768e443868a194fad0bb91abc"
|
6 |
DEEPSEEK_ENDPOINT = "https://api.deepseek.com/v1/chat"
|
7 |
|
8 |
# Define the bot's persona
|