A generic command line assistant built using the Sapphire Framework and written in Clojure. Can be called for one off questions, or a live conversation session. Features can be discovered by typing "help"
- OpenAI API Subscription
- OpenJDK 17+
- Leiningen
- Clojure
To run it in a build environment, use:
lein run
orlein run -q "Your question here"
If it has been built as an uberjar, you can use:
java -jar navi.jar
orjava -jar navi.jar -q "Your question here"
This project is the continuation of the Sapphire Framework project