- go-task
- go-env
- ollama
- After installing ollama, run llama3 model
ollama run llama3
- After installing ollama, run llama3 model
task new
-
Start a new session
task new -
Continue your chat.
-
Export the session during your chat with a quick command
/export data/my_session.json
task resume --file data/my_session.json
task history --file data/my_session.json