rsaryev / talk-codebase

Tool for chatting with your codebase and docs using OpenAI, LlamaCpp, and GPT-4-All
MIT License
490 stars 41 forks source link

Git repository not found #46

Open Lucidology opened 8 months ago

Lucidology commented 8 months ago

I installed it under wsl2 oobabooga on windows 10 and when I select a local model it gives and error "Git repository not found". It is a little cryptic what the problem is. I deleted the yaml file it made and tried it again by selecting another model and I get the same error.

root@main-pc:~# talk-codebase chat ./ 🤖 Config path: /root/.talk_codebase_config.yaml: ? 🤖 Select model type: Local ? 🤖 Select model name: Llama-2-7B Chat | llama-2-7b-chat.ggmlv3.q4_0.bin | 3791725184 | 7 billion | q4_0 | LLaMA2 🤖 Model name saved! 🤖 Git repository not found root@main-pc:~# talk-codebase chat ./ 🤖 Config path: /root/.talk_codebase_config.yaml: 🤖 Git repository not found root@main-pc:~# pico /root/.talk_codebase_config.yaml root@main-pc:~# rm /root/.talk_codebase_config.yaml root@main-pc:~# talk-codebase chat ./ 🤖 Config path: /root/.talk_codebase_config.yaml: ? 🤖 Select model type: Local ? 🤖 Select model name: GPT4All Falcon | ggml-model-gpt4all-falcon-q4_0.bin | 4061641216 | 7 billion | q4_0 | Falcon 🤖 Model name saved! 🤖 Git repository not found root@main-pc:~#

sarfraznawaz2005 commented 8 months ago

same error for me too. please let me know if solution is found. thanks

rsaryev commented 8 months ago

Do you have git installed?