You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -303,7 +298,6 @@ See the **[demos](demos)** directory for all demo scripts
303
298
|[review.lib-security.md](demos/review.lib-security.md)| Security Review of [`ollama_bash_lib.sh`](ollama_bash_lib.sh)|[review.lib.sh](demos/review.lib-security.sh)|
304
299
|[review.readme.md](demos/review.readme.md)| Marketing Review of this [`README.md`](README.md)|[review.readme.sh](demos/review.readme.sh)|
305
300
|[review.funny.md](demos/review.funny.md)| Humorous project descriptions based on [`README.md`](README.md)|[review.funny.sh](demos/review.funny.sh)|
306
-
|[ollama_eval.md](demos/ollama_eval.md)| Command line assistant with `oe` and `ollama_eval`|[ollama_eval.sh](demos/ollama_eval.sh)|
307
301
|[prompt.all.models.md](demos/prompt.all.models.md)| Send a prompt to all models |[prompt.all.models.sh](demos/prompt.all.models.sh)|
308
302
|[prompts.model.md](demos/prompts.model.md)| Send many prompts to a model |[prompts.model.sh](demos/prompts.model.sh)|
309
303
|[ollama_chat.md](demos/ollama_chat.md)| Chat completion with [`ollama_messages_add`](#chat-functions) and [`ollama_chat`](#chat-functions)|[ollama_chat.sh](demos/ollama_chat.sh)|
@@ -337,12 +331,6 @@ To run all demos and save output to Markdown files: [demos/run.demos.sh](demos/r
337
331
|`ollama_api_post`<br />`oap`| POST request to the Ollama API |`ollama_api_post "/api/path" "{ json content }"`| API call result to `stdout`|`0` API call success<br />`1` API call error |
338
332
|`ollama_api_ping`<br />`oapi`| Ping the Ollama API |`ollama_api_ping`| none |`0` API is reachable<br />`1` API is not reachable |
|`ollama_eval`<br />`oe`| Generates a bash one-liner and prompts user permission to run it<br />If no model specified, uses a random model |`ollama_eval "task" "model"`<br />`ollama_eval "task"`||`0`/`1`|
0 commit comments