konveyor-ecosystem / kai

Konveyor AI - static code analysis driven migration to new targets via Generative AI
Apache License 2.0
8 stars 10 forks source link

Update so if running DEMO_MODE=true we do not require GENAI_KEY set #179

Open jwmatthews opened 1 month ago

jwmatthews commented 1 month ago

If we run with DEMO_MODE=true we want to ensure that the user does not have to have any API keys configured.

Currently to run with IBM models and DEMO_MODE=true we need to set: GENAI_KEY="dummyvalue" DEMO_MODE=true make run-server

Otherwise the server will error out and not run.