Update qdrant-landing/content/documentation/rag-deepseek.md

Co-authored-by: Anush  <anushshetty90@gmail.com>
This commit is contained in:
David Myriel
2025-01-27 05:47:09 -05:00
committed by GitHub
co-authored by Anush
parent 7be2856bbb
commit 2cf6bcb80e
@@ -114,8 +114,8 @@ Now we can finally call the completion API.
import requests
import json
# Fill the environmental variable with your own Deepseek API key
# See: https://platform.deepseek.com/api_keys
# Provide your own Deepseek API key
# from https://platform.deepseek.com/api_keys
API_KEY = "<YOUR_DEEPSEEK_KEY>"
HEADERS = {