Skip to content

AI collection (git hub subtree projects with easy run and simple info)

License

Notifications You must be signed in to change notification settings

AleksNeStu/ai-collection

Repository files navigation

ai-collection

AI collection of projects with sub tree

Install deps

https://github.com/ollama/ollama

curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3.1
ollama run llama3.1
ollama list
# On Linux (or WSL), the models will be stored at /usr/share/ollama/.ollama/models

Add sub tree

https://gist.github.com/SKempin/b7857a6ff6bddb05717cc17a44091202

list_subtrees() {
  git log --pretty=format: --name-only | grep 'git-subtree-dir' | sed -E 's/.*git-subtree-dir: //' | sort | uniq

}
git subtree add --prefix=langchain-chatbot-sub/sub https://github.com/shashankdeshpande/langchain-chatbot.git main
git subtree pull --prefix=langchain-chatbot-sub/sub https://github.com/shashankdeshpande/langchain-chatbot.git main
list_subtrees
git status
# Sub list
git log --grep='git-subtree-dir' --pretty=format:'%h %s' --reverse
poetry init
poetry config virtualenvs.in-project true
poetry env use 3.11
source .venv/bin/activate

About

AI collection (git hub subtree projects with easy run and simple info)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages