Skip to content

Rename s/googleai/google - #4599

Draft
gagandeepb wants to merge 14 commits into
model-provider-catalogfrom
rename-googleai-google
Draft

Rename s/googleai/google#4599
gagandeepb wants to merge 14 commits into
model-provider-catalogfrom
rename-googleai-google

Conversation

@gagandeepb

Copy link
Copy Markdown
Contributor

s/googleai/google since the latter is a more canonical name in the model/provider scheme of things.

Description

Fixes #

How was this tested?

Documentation changes

Yes / No

Additional information

...while using the pulled in deps. The providers list is static since these are known to us.
s/googleai/google can be evaluated in a subsequent PR since the latter is a more canonical name from the used dependency's perspective.
Here we remove the existing model/provider config from the Application environment/file and instead point to the newly re-implemented LLMRegistry functions.
We don't need these tests any more. The side-effect that these tests were testing (env loading of models/providers) is no more in existence after the re-implementation of the underlying module.
No more config loading needed by the provider and model factories.
One test deleted since it's behaviour is no more relevant for the currently chosen set of providers (these do not in fact have any models in common). Refactors another test to use the factories in an appropriately parameterized manner.
Comment on lines -28 to -36
provider =
case provider == :googleai do
true ->
:google

_ ->
provider
end

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary any more after the rename.

@gagandeepb gagandeepb self-assigned this Aug 10, 2026
@gagandeepb
gagandeepb force-pushed the rename-googleai-google branch from 37ca5c4 to 63cd783 Compare August 10, 2026 16:17
s/googleai/google since the latter is a more canonical name in the model/provider scheme of things.
@gagandeepb
gagandeepb force-pushed the rename-googleai-google branch from 63cd783 to 59cb371 Compare August 11, 2026 07:27
@gagandeepb gagandeepb added enhancement New feature or request elixir Pull requests that update Elixir code env Create an ephimeral environment for the pr branch labels Aug 11, 2026
@github-actions

Copy link
Copy Markdown

The preview environment for this pull request is ready at 4599.prenv.trento.suse.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

elixir Pull requests that update Elixir code enhancement New feature or request env Create an ephimeral environment for the pr branch

Development

Successfully merging this pull request may close these issues.

1 participant