yusufcanb / tlm

Local CLI Copilot, powered by CodeLLaMa. 💻🦙
Apache License 2.0
1.15k stars 36 forks source link

Is there a way to change the model? #14

Closed dillfrescott closed 4 months ago

dillfrescott commented 4 months ago

Id like to change it to dolphincoder because its newer

dillfrescott commented 4 months ago

I just used notepad++ on windows (or ack on linux) to search for codellama and codellama:7b and change them to dolphincoder and then did go build.

dillfrescott commented 4 months ago

seems to be working

yusufcanb commented 4 months ago

tlm should be an end product where user should be isolated from the underlying model. So, it is me and other contributors responsibility to find the most efficient and low-resource LLM.

Thanks for trying it out. I will also check the dolphincoder as well.

dillfrescott commented 4 months ago

Okay!