Update qwen3_toolcalling_example.py
Browse files
qwen3_toolcalling_example.py
CHANGED
|
@@ -75,7 +75,7 @@ def main():
|
|
| 75 |
"""Main function to demonstrate tool calling"""
|
| 76 |
|
| 77 |
# Initialize the model
|
| 78 |
-
model_path = "/home/
|
| 79 |
qwen = Qwen3ToolCalling(model_path)
|
| 80 |
|
| 81 |
print("🚀 Qwen3-4B Tool Calling Demo")
|
|
|
|
| 75 |
"""Main function to demonstrate tool calling"""
|
| 76 |
|
| 77 |
# Initialize the model
|
| 78 |
+
model_path = "/home/user/work/Qwen3-4B-toolcalling-gguf-codex/Qwen3-4B-Function-Calling-Pro.gguf"
|
| 79 |
qwen = Qwen3ToolCalling(model_path)
|
| 80 |
|
| 81 |
print("🚀 Qwen3-4B Tool Calling Demo")
|