[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/erfanzar/LibreAssist.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "vendor/vendor/llama.cpp"]
	url = https://github.com/ggerganov/llama.cpp.git
[submodule "vendor/llama.cpp"]
	url = https://github.com/ggerganov/llama.cpp.git
[pull]
	rebase = false
