This app implements a web UI for the package AIHelpMe.jl. This package lets you index the documentation from loaded Julia packages and ask questions about them using GPT
0604.mp4
REQUIRES AN OPENAI API KEY. Enter your key in the API KEY text field before entering a question.
Clone the repository and install the dependencies:
First cd
into the project directory then run:
$> julia --project -e 'using Pkg; Pkg.instantiate()'
Then run the app
$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server
Open your browser and navigate to http://localhost:8000/