Metadata-Version: 2.2
Name: langchain-deepseek-extension
Version: 0.0.1
Summary: This project supports the calculation of token counts.
Author-email: edfeff <edfeff@163.com>
Project-URL: Homepage, https://github.com/edfeff/langchain-deepseek-extension
Project-URL: Issues, https://github.com/edfeff/langchain-deepseek-extension/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# langchain-deepseek-extension

## Introduction
    This project supports the calculation of token counts.
    
    ref: https://api-docs.deepseek.com/zh-cn/quick_start/token_usage

## Examples

```python

model = ChatDeepSeekPlus(model="deepseek-chat")

```
