Scope check
Due diligence
What problem does this solve?
In EU we must use eu.amazon.nova-2-lite-v1:0 and not us.amazon.nova-2-lite-v1:0. I got it to work locally by using a fork of the gem with manually updated models.json where i simply cloned the us model and updated the id and hosting localtion.
Proposed solution
Update the models.json to include eu.amazon.nova-2-lite-v1:0
Why this belongs in RubyLLM
Afaik it is not possible to inject custom models.
Scope check
Due diligence
What problem does this solve?
In EU we must use
eu.amazon.nova-2-lite-v1:0and notus.amazon.nova-2-lite-v1:0. I got it to work locally by using a fork of the gem with manually updated models.json where i simply cloned the us model and updated the id and hosting localtion.Proposed solution
Update the models.json to include
eu.amazon.nova-2-lite-v1:0Why this belongs in RubyLLM
Afaik it is not possible to inject custom models.