Runs a version of this application that is compatible for use with OpenRouter. You will need to obtain an API key.
Before launching the app:
- Create a
config
folder which would be a sibling of thebuild
folder. Create a file namedcreds.yml
inside that folder. Add your own API key into that file.
spring:
ai:
openai:
api-key: {REDACTED-1}
Replace
{REDACTED-1}
above with your OpenRouter API key.
Open a terminal shell and execute
❯ ./gradlew bootRun