Update README.md
Browse files
README.md
CHANGED
|
@@ -32,8 +32,8 @@ tags:
|
|
| 32 |
|
| 33 |
```bash
|
| 34 |
# Download and run instantly
|
| 35 |
-
ollama create qwen3:
|
| 36 |
-
ollama run qwen3:
|
| 37 |
```
|
| 38 |
|
| 39 |
|
|
@@ -72,7 +72,7 @@ ollama run qwen3:toolmaster
|
|
| 72 |
import requests
|
| 73 |
|
| 74 |
response = requests.post('http://localhost:11434/api/generate', json={
|
| 75 |
-
'model': 'qwen3:
|
| 76 |
'prompt': 'Get the current weather in San Francisco and convert to Celsius',
|
| 77 |
'stream': False
|
| 78 |
})
|
|
@@ -132,11 +132,11 @@ What tools should I use and how?
|
|
| 132 |
- **Ollama integration** (one-command setup)
|
| 133 |
|
| 134 |
```bibtex
|
| 135 |
-
@model{
|
| 136 |
-
title={Qwen3-4B-
|
| 137 |
author={Manojb},
|
| 138 |
year={2025},
|
| 139 |
-
url={https://huggingface.co/Manojb/Qwen3-4B-
|
| 140 |
}
|
| 141 |
```
|
| 142 |
|
|
|
|
| 32 |
|
| 33 |
```bash
|
| 34 |
# Download and run instantly
|
| 35 |
+
ollama create qwen3:toolcall -f ModelFile
|
| 36 |
+
ollama run qwen3:toolcall
|
| 37 |
```
|
| 38 |
|
| 39 |
|
|
|
|
| 72 |
import requests
|
| 73 |
|
| 74 |
response = requests.post('http://localhost:11434/api/generate', json={
|
| 75 |
+
'model': 'qwen3:toolcall',
|
| 76 |
'prompt': 'Get the current weather in San Francisco and convert to Celsius',
|
| 77 |
'stream': False
|
| 78 |
})
|
|
|
|
| 132 |
- **Ollama integration** (one-command setup)
|
| 133 |
|
| 134 |
```bibtex
|
| 135 |
+
@model{Qwen3-4B-toolcalling-gguf-codex,
|
| 136 |
+
title={Qwen3-4B-toolcalling-gguf-codex: Local Function Calling},
|
| 137 |
author={Manojb},
|
| 138 |
year={2025},
|
| 139 |
+
url={https://huggingface.co/Manojb/Qwen3-4B-toolcalling-gguf-codex}
|
| 140 |
}
|
| 141 |
```
|
| 142 |
|