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

Add new command line arguments for temperature, max tokens, and context windows in main.py #184

Closed ayushmorbar closed 4 months ago

ayushmorbar commented 4 months ago

This pull request adds new command line arguments to the main.py file. The new arguments include temperature, max tokens, and context windows. These arguments allow for more control over the generated text, including randomness, response length, and context consideration.

155

neokd commented 4 months ago

default value for context-window is the MAX_TOKEN_LENGTH from config.py

ayushmorbar commented 4 months ago

Is that okay, now?

neokd commented 4 months ago

Is that okay, now?

Its awesome