hertogateis commited on
Commit
e5673a8
·
verified ·
1 Parent(s): afc42e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import json
3
 
4
  # Replace with your actual API key
5
  API_KEY = "DEEPSEEK_API_KEY"
6
- API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
7
 
8
  # Define the prompt in Bahasa Indonesia
9
  prompt = "Halo, bisakah kamu membantu saya membuat rencana perjalanan ke Bali?"
 
3
 
4
  # Replace with your actual API key
5
  API_KEY = "DEEPSEEK_API_KEY"
6
+ #API_URL = "https://api.deepseek.com/v1/chat/completions" # Example endpoint, check documentation
7
 
8
  # Define the prompt in Bahasa Indonesia
9
  prompt = "Halo, bisakah kamu membantu saya membuat rencana perjalanan ke Bali?"