Skip to content

Commit d0332fc

Browse files
committed
v0.46.3
1 parent 2ce1400 commit d0332fc

33 files changed

+5194
-3389
lines changed

demos/_is_valid_json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# _is_valid_json
22

3-
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.2
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.3
44

55
| test | result | return |
66
|------|--------|--------|

demos/_is_valid_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# _is_valid_model
22

3-
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.2
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.3
44

55
| test | output | return | result |
66
|------|--------|--------|--------|
77
| `mistral:7b` | mistral:7b | 0 | ✅ PASS |
8-
| `` | gpt-oss:20b | 0 | ✅ PASS |
8+
| `` | gemma3n:e2b | 0 | ✅ PASS |
99
| `hf.co/user/Model-name:QUANT` | hf.co/user/Model-name:QUANT | 0 | ✅ PASS |
1010
| `abcdefghijklmnopqrstuvwxyz` | abcdefghijklmnopqrstuvwxyz | 0 | ✅ PASS |
1111
| `1234567890` | 1234567890 | 0 | ✅ PASS |

demos/about.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ollama_lib_about, ollama_lib_version
22

3-
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.2
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.3
44

55
## Demo
66

77
```bash
88
ollama_lib_version
99
```
10-
0.46.2
10+
0.46.3
1111

1212
```bash
1313
ollama_lib_about
@@ -16,17 +16,17 @@ ollama_lib_about
1616
A Bash Library to interact with Ollama
1717
1818
OBL_NAME : Ollama Bash Lib
19-
OBL_VERSION : 0.46.2
19+
OBL_VERSION : 0.46.3
2020
OBL_URL : https://github.com/attogram/ollama-bash-lib
2121
OBL_DISCORD : https://discord.gg/BGQJCbYVBa
2222
OBL_LICENSE : MIT
23-
OBL_COPYRIGHT : Copyright (c) 2025 Ollama Bash Lib, Attogram Project <https://github.com/attogram>
24-
OBL_API : https://ollama.com
23+
OBL_COPYRIGHT : Copyright (c) 2025 Attogram Project <https://github.com/attogram>
24+
OBL_API : http://localhost:11434
2525
OBL_DEBUG : 0
2626
OBL_STREAM : 0
2727
OBL_THINKING : off
2828
OBL_MESSAGES : 0 messages
29-
OBL_TURBO_KEY : YES [REDACTED]
29+
OBL_TURBO_KEY : NO
3030
OBL_TIMEOUT : 300 seconds
3131
3232
Functions:

0 commit comments

Comments
 (0)