Documentation ¶
Overview ¶
This program can be manually tested like so:
In development mode (with the environment variable GENKIT_ENV="dev"): Start the server listening on port 3100:
go run . -dbconn "$DBCONN" -apikey $API_KEY &
Ask a question:
curl -d '{"Show": "Best Friends", "Question": "Who does Alice love?"}' http://localhost:3400/askQuestion
Click to show internal directories.
Click to hide internal directories.