Skip to content

mlincon/llm-zoomcamp

Repository files navigation

LLM Zoomcap

Link: https://github.com/DataTalksClub/llm-zoomcamp

Cohere Free Tier with 100requests/min

Git prune untracked branches

https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote

git fetch -p && for branch in $(git branch -vv | grep ': gone]' | awk '{print $1}'); do git branch -D $branch; done

Helpful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published