First release
v 0.1.0
Log in to leave a comment
I created the Set_credentials function responsible for creating the file and storing the credentials; in addition, I changed the name of the assistant package to auth.
Log in to leave a comment
I created the logic for the credentials file; now, the key and the template are stored in a file, which is accessed in the program. If it’s the first access, or the file doesn’t exist, the program creates it, asks for the credentials, and stores them in the file.
Log in to leave a comment
Bug fix in handler/mod.go file -> the LLM model you were using is no longer available.
Improved project UI -> Startup banner
Improved README
Log in to leave a comment
Trying to fix a bug in the handler/mod.go file.
Log in to leave a comment