1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

11 Commits

Author SHA1 Message Date
Brian
5882abf932 chore: update demo script with RAG and mcp based on dev conf presentation
Signed-off-by: Brian <bmahabir@bu.edu>
2025-10-02 21:52:13 -04:00
Alexon Oliveira
5b71938610 feat-v3(script): add browser override and improve service startup flow
Removed an extra ; on line 124 causing the command to fail

Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
2025-09-01 18:14:10 -03:00
Alexon Oliveira
2ff46d0d1d feat-v2(script): add browser override and improve service startup flow
Minor fixes suggested as per AI recommendations on PR-1879

Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
2025-09-01 18:04:10 -03:00
Alexon Oliveira
5451cf011c updated the demo README.md file
Updated the README.md with detailed information
about how to run the refactored ramalama.sh script

Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
2025-09-01 18:00:50 -03:00
Alexon Oliveira
da1c99a44e feat(script): add browser override and improve service startup flow
Refactored the ramalama.sh script to include the following:
- Introduced support for overriding the default browser via $BROWSER (default: firefox).
- Replaced hardcoded `firefox` calls with configurable $BROWSER variable.
- Added a wait (sleep 20) to ensure the granite service is fully up before accessing it.
- Added curl-based inference test for granite3.1-dense with JSON payload and response filtering.
- Implemented conditional handling of parameters: execute function directly if provided, support for extra args.
- Improved user feedback by adding extra echo statements for clarity.

Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
2025-08-29 18:24:16 -03:00
Alexon Oliveira
b17a35ae4b Changed from google-chrome to firefox
The camera-demo.html app is failing when used with
Google Chrome due to some restrictions with permissions,
so Firefox will work better. Also, the path given was
not working either, so it was changed to point to the
current directory instead.

Signed-off-by: Alexon Oliveira <alolivei@redhat.com>
2025-08-28 18:59:03 -03:00
Daniel J Walsh
9f1faba404 Update to add multi-modal
Remove failing on pipe errors, since something the network
can fail and break the demo,  it would be better to continue
after failures.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-06-13 14:16:23 +02:00
Daniel J Walsh
cd2a8c3539 Update demo scripts to show serve
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-06-09 09:34:36 +02:00
Eric Curtin
b027740e42 Switch from tiny to smollm:135m
This is probably a consequence of my slow network, but I switched
to smollm:135m, it's easier for demos. tiny was taking too long
to download.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2025-02-26 19:43:34 +00:00
Eric Curtin
eb0b2381d3 Change rune to run
Spotted this typo during demo

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
2025-02-20 14:37:31 +00:00
Daniel J Walsh
bdad361ea7 Add demos script to show the power of RamaLama
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-02-19 13:13:14 -05:00