Skip to content

Commit 83c949e

Browse files
test: add tests for qwen3 models
1 parent c479974 commit 83c949e

File tree

6 files changed

+58104
-23778
lines changed

6 files changed

+58104
-23778
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ document = llm.extract_all(document)
355355
- [Concept Extraction from Aspect](https://contextgem.dev/quickstart/#concept-extraction-from-aspect)
356356
- [Concept Extraction from Document (text)](https://contextgem.dev/quickstart/#concept-extraction-from-document-text)
357357
- [Concept Extraction from Document (vision)](https://contextgem.dev/quickstart/#concept-extraction-from-document-vision)
358-
- [LLM chat interface](https://contextgem.dev/quickstart/#lightweight-llm-chat-interface)
358+
- [LLM chat interface with tool calling](https://contextgem.dev/quickstart/#lightweight-llm-chat-interface)
359359

360360
🚀 **Advanced usage:**
361361
- [Extracting Aspects Containing Concepts](https://contextgem.dev/advanced_usage/#extracting-aspects-with-concepts)

dev/readme.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ document = llm.extract_all(document)
172172
- [Concept Extraction from Aspect](https://contextgem.dev/quickstart/#concept-extraction-from-aspect)
173173
- [Concept Extraction from Document (text)](https://contextgem.dev/quickstart/#concept-extraction-from-document-text)
174174
- [Concept Extraction from Document (vision)](https://contextgem.dev/quickstart/#concept-extraction-from-document-vision)
175-
- [LLM chat interface](https://contextgem.dev/quickstart/#lightweight-llm-chat-interface)
175+
- [LLM chat interface with tool calling](https://contextgem.dev/quickstart/#lightweight-llm-chat-interface)
176176

177177
🚀 **Advanced usage:**
178178
- [Extracting Aspects Containing Concepts](https://contextgem.dev/advanced_usage/#extracting-aspects-with-concepts)

0 commit comments

Comments
 (0)