Skip to content

Commit 6605a32

Browse files
committed
demos v0.46.8
1 parent 613505b commit 6605a32

30 files changed

+6458
-2222
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.7
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.8
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.7
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.8
44

55
| test | output | return | result |
66
|------|--------|--------|--------|
77
| `mistral:7b` | mistral:7b | 0 | ✅ PASS |
8-
| `` | gpt-oss:120b | 0 | ✅ PASS |
8+
| `` | hf.co/bartowski/Ministral-8B-Instruct-2410-GGUF:IQ4_XS | 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: 5 additions & 5 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.7
3+
A [demo](../README.md#demos) of [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) v0.46.8
44

55
## Demo
66

77
```bash
88
ollama_lib_version
99
```
10-
0.46.7
10+
0.46.8
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.7
19+
OBL_VERSION : 0.46.8
2020
OBL_URL : https://github.com/attogram/ollama-bash-lib
2121
OBL_DISCORD : https://discord.gg/BGQJCbYVBa
2222
OBL_LICENSE : MIT
2323
OBL_COPYRIGHT : Copyright (c) 2025 Attogram Project <https://github.com/attogram>
24-
OBL_API : https://ollama.com
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:

demos/function.help.md

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

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

55
## `ollama_api_get -h`
66
```

demos/function.versions.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,178 +1,178 @@
11
# function versions: -v
22

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

55
## `ollama_api_get -v`
66
```
7-
ollama_api_get version 0.46.7
7+
ollama_api_get version 0.46.8
88
```
99

1010
## `ollama_api_post -v`
1111
```
12-
ollama_api_post version 0.46.7
12+
ollama_api_post version 0.46.8
1313
```
1414

1515
## `ollama_api_ping -v`
1616
```
17-
ollama_api_ping version 0.46.7
17+
ollama_api_ping version 0.46.8
1818
```
1919

2020
## `ollama_generate_json -v`
2121
```
22-
ollama_generate_json version 0.46.7
22+
ollama_generate_json version 0.46.8
2323
```
2424

2525
## `ollama_generate -v`
2626
```
27-
ollama_generate version 0.46.7
27+
ollama_generate version 0.46.8
2828
```
2929

3030
## `ollama_generate_stream_json -v`
3131
```
32-
ollama_generate_stream_json version 0.46.7
32+
ollama_generate_stream_json version 0.46.8
3333
```
3434

3535
## `ollama_generate_stream -v`
3636
```
37-
ollama_generate_stream version 0.46.7
37+
ollama_generate_stream version 0.46.8
3838
```
3939

4040
## `ollama_messages -v`
4141
```
42-
ollama_messages version 0.46.7
42+
ollama_messages version 0.46.8
4343
```
4444

4545
## `ollama_messages_add -v`
4646
```
47-
ollama_messages_add version 0.46.7
47+
ollama_messages_add version 0.46.8
4848
```
4949

5050
## `ollama_messages_clear -v`
5151
```
52-
ollama_messages_clear version 0.46.7
52+
ollama_messages_clear version 0.46.8
5353
```
5454

5555
## `ollama_messages_count -v`
5656
```
57-
ollama_messages_count version 0.46.7
57+
ollama_messages_count version 0.46.8
5858
```
5959

6060
## `ollama_messages_last -v`
6161
```
62-
ollama_messages_last version 0.46.7
62+
ollama_messages_last version 0.46.8
6363
```
6464

6565
## `ollama_messages_last_json -v`
6666
```
67-
ollama_messages_last_json version 0.46.7
67+
ollama_messages_last_json version 0.46.8
6868
```
6969

7070
## `ollama_chat -v`
7171
```
72-
ollama_chat version 0.46.7
72+
ollama_chat version 0.46.8
7373
```
7474

7575
## `ollama_chat_json -v`
7676
```
77-
ollama_chat_json version 0.46.7
77+
ollama_chat_json version 0.46.8
7878
```
7979

8080
## `ollama_chat_stream -v`
8181
```
82-
ollama_chat_stream version 0.46.7
82+
ollama_chat_stream version 0.46.8
8383
```
8484

8585
## `ollama_chat_stream_json -v`
8686
```
87-
ollama_chat_stream_json version 0.46.7
87+
ollama_chat_stream_json version 0.46.8
8888
```
8989

9090
## `ollama_list -v`
9191
```
92-
ollama_list version 0.46.7
92+
ollama_list version 0.46.8
9393
```
9494

9595
## `ollama_list_json -v`
9696
```
97-
ollama_list_json version 0.46.7
97+
ollama_list_json version 0.46.8
9898
```
9999

100100
## `ollama_list_array -v`
101101
```
102-
ollama_list_array version 0.46.7
102+
ollama_list_array version 0.46.8
103103
```
104104

105105
## `ollama_model_random -v`
106106
```
107-
ollama_model_random version 0.46.7
107+
ollama_model_random version 0.46.8
108108
```
109109

110110
## `ollama_model_unload -v`
111111
```
112-
ollama_model_unload version 0.46.7
112+
ollama_model_unload version 0.46.8
113113
```
114114

115115
## `ollama_ps -v`
116116
```
117-
ollama_ps version 0.46.7
117+
ollama_ps version 0.46.8
118118
```
119119

120120
## `ollama_ps_json -v`
121121
```
122-
ollama_ps_json version 0.46.7
122+
ollama_ps_json version 0.46.8
123123
```
124124

125125
## `ollama_show -v`
126126
```
127-
ollama_show version 0.46.7
127+
ollama_show version 0.46.8
128128
```
129129

130130
## `ollama_show_json -v`
131131
```
132-
ollama_show_json version 0.46.7
132+
ollama_show_json version 0.46.8
133133
```
134134

135135
## `ollama_app_installed -v`
136136
```
137-
ollama_app_installed version 0.46.7
137+
ollama_app_installed version 0.46.8
138138
```
139139

140140
## `ollama_app_turbo -v`
141141
```
142-
ollama_app_turbo version 0.46.7
142+
ollama_app_turbo version 0.46.8
143143
```
144144

145145
## `ollama_app_vars -v`
146146
```
147-
ollama_app_vars version 0.46.7
147+
ollama_app_vars version 0.46.8
148148
```
149149

150150
## `ollama_app_version -v`
151151
```
152-
ollama_app_version version 0.46.7
152+
ollama_app_version version 0.46.8
153153
```
154154

155155
## `ollama_app_version_json -v`
156156
```
157-
ollama_app_version_json version 0.46.7
157+
ollama_app_version_json version 0.46.8
158158
```
159159

160160
## `ollama_app_version_cli -v`
161161
```
162-
ollama_app_version_cli version 0.46.7
162+
ollama_app_version_cli version 0.46.8
163163
```
164164

165165
## `ollama_thinking -v`
166166
```
167-
ollama_thinking version 0.46.7
167+
ollama_thinking version 0.46.8
168168
```
169169

170170
## `ollama_lib_about -v`
171171
```
172-
ollama_lib_about version 0.46.7
172+
ollama_lib_about version 0.46.8
173173
```
174174

175175
## `ollama_lib_version -v`
176176
```
177-
ollama_lib_version version 0.46.7
177+
ollama_lib_version version 0.46.8
178178
```

0 commit comments

Comments
 (0)