containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

fix: update summarizer app to use correct url for token count #804

Closed jeffmaury closed 2 weeks ago

jeffmaury commented 1 month ago

Fixes #802

rhatdan commented 1 month ago

You need to sign your commits.

git commit -a --amend -s git push --force

LGTM

jeffmaury commented 3 weeks ago

You need to sign your commits.

git commit -a --amend -s git push --force

LGTM

Fixed