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
68 stars 62 forks source link

Implementing the export config functionality properly #202

Closed yashasvini121 closed 4 months ago

yashasvini121 commented 4 months ago

Current behavior

The code doesn't work correctly if the directory doesn't exist.

Proposed changes

This PR resolves issue #193.

Checks

neokd commented 4 months ago

You have removed all the magic commands. Also, the config was updated and many fields are not been writtern into the config add them also

yashasvini121 commented 4 months ago

Sorry, let me check

yashasvini121 commented 4 months ago

I will correct that, sorry

yashasvini121 commented 4 months ago

Please review my PR again

neokd commented 4 months ago

There are more field to add when exporting the config.

You have removed all the magic commands. Also, the config was updated and many fields are not been writtern into the config add them also

yashasvini121 commented 4 months ago

Ok, I will add them.

yashasvini121 commented 4 months ago

@neokd, Please check again