neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
78 stars 64 forks source link

added support for llm_only mode in cli #118

Closed rahim-khan-iitg closed 9 months ago

rahim-khan-iitg commented 9 months ago

Current behavior

we can not load the model in llm only mode

after merging this branch we will be able to load the model in only llm mode . to load it type python main.py --mode llm_only

Proposed changes

Checks

neokd commented 9 months ago

Thanks for the contribution