Skip to content

Conversation

@badasswp
Copy link
Owner

@badasswp badasswp commented Oct 7, 2025

This PR resolves the issue.

Description / Background Context

At the moment, users are not able to use the Grok LLM. This is happening because we are missing the Grok provider in the AI factory class. We need to load this alongside the other providers so that users can be able to use same.

This PR fixes this issue correctly.

Testing Instructions

  1. Pull PR to local.
  2. Build correctly by running yarn build.
  3. Select the Grok AI provider.
  4. Generate any of the sidebar features (headline, summary...).
  5. Observe that it is working correctly.
  6. All other features should work correctly as before without any regressions.

@badasswp badasswp self-assigned this Oct 7, 2025
@badasswp badasswp added bug Something isn't working enhancement New feature or request chore Task to be done labels Oct 7, 2025
@badasswp badasswp linked an issue Oct 7, 2025 that may be closed by this pull request
@badasswp badasswp merged commit c35e201 into release-1.8.0 Oct 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working chore Task to be done enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load Grok class in Provider factory

2 participants