Manojb commited on
Commit
cd0eaba
·
verified ·
1 Parent(s): 2450a09

Update qwen3_toolcalling_example.py

Browse files
Files changed (1) hide show
  1. qwen3_toolcalling_example.py +1 -1
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/mbhat/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")
 
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")