Skip to content

Commit

Permalink
[apps/deepseep] update deepseek proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jan 26, 2025
1 parent 1aaddc9 commit 45a800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/deepseek/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

client = OpenAI(
api_key="hal9",
base_url="http://localhost:5000/proxy/server=https://api.deepseek.com")
base_url="https://api.hal9.com/proxy/server=https://api.deepseek.com")

stream = client.chat.completions.create(
model="deepseek-chat",
Expand Down

0 comments on commit 45a800f

Please sign in to comment.