Add your description here
Project description
Example
from deepseek_reverse import completion
def main():
with completion(
messages=[
{"role": "user", "content": "Tình hình GDP Việt Nam 2024"},
],
stream=True,
search_enabled=True,
token="...",
) as stream:
for chunk in stream:
print(chunk, end="", flush=True)
if __name__ == "__main__":
main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deepseek_reverse-0.1.1.tar.gz
(18.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepseek_reverse-0.1.1.tar.gz.
File metadata
- Download URL: deepseek_reverse-0.1.1.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad340c28327ad6127844205cda85262ce30634666b761602f18d1b57a60a1c18
|
|
| MD5 |
1c4c5206907de57920f202600dff3f70
|
|
| BLAKE2b-256 |
66a18a52392bd78e1daee8df1f4cec816b2be10d9255a661f86c9ba16ba0077e
|
File details
Details for the file deepseek_reverse-0.1.1-py3-none-any.whl.
File metadata
- Download URL: deepseek_reverse-0.1.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
945902353dad5155357f778508609fc911ab181806dde667c09fb4b438449d09
|
|
| MD5 |
c223a8bd10c9a71c2c16753451767cf8
|
|
| BLAKE2b-256 |
bce170f25eacb606a12b8778ef1685607942132b7420eb5fe5afc15b6c31cf78
|