Commit Graph

6 Commits

Author SHA1 Message Date
Jason Kneen
449333db91 Add function calling and structured outputs support
Fixes #9

Add support for function calling and structured outputs.

* **README.md**
  - Add a section about function calling and structured outputs.
  - Include examples of using function calling and structured outputs.
  - Mention the future plans for these features.

* **src/model.py**
  - Add support for structured data formats like JSON and XML.
  - Implement function calling capabilities.
  - Include integration with external tools and APIs.

* **src/utils.py**
  - Add utility functions for parsing and generating structured data formats.
  - Include helper functions for function calling.

* **tests/test_model.py**
  - Add unit tests for structured data format support.
  - Include tests for function calling capabilities.
  - Add tests for API integration.

* **tests/test_utils.py**
  - Add unit tests for utility functions related to structured data formats.
  - Include tests for helper functions for function calling.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/deepseek-ai/DeepSeek-R1/issues/9?shareId=XXXX-XXXX-XXXX-XXXX).
2025-01-22 16:11:46 +00:00
stack-heap-overflow
fdf883c014 Update README.md 2025-01-21 18:16:28 +08:00
stack-heap-overflow
e91babdecf
Merge pull request #1 from zhyncs/main
docs: serving DeepSeek-R1-Distill models with SGLang
2025-01-20 20:58:26 +08:00
Yineng Zhang
f6948c24a8
docs: serving DeepSeek-R1-Distill models with SGLang 2025-01-20 20:30:16 +08:00
stack-heap-overflow
23807ced51 Release DeepSeek-R1 2025-01-20 20:19:44 +08:00
stack-heap-overflow
162aa4dd63
Initial commit 2025-01-20 10:27:33 +08:00