feat: enhance LLM provider configuration and documentation#1
Open
daverod24 wants to merge 2 commits intofirecrawl:mainfrom
Open
feat: enhance LLM provider configuration and documentation#1daverod24 wants to merge 2 commits intofirecrawl:mainfrom
daverod24 wants to merge 2 commits intofirecrawl:mainfrom
Conversation
added 2 commits
June 27, 2025 19:21
- Added @ai-sdk/google and @ai-sdk/groq dependencies. - Updated @types/node, @types/react, and @types/react-dom to specific patch versions.
…E; create company ticker map documentation
anthonywu
suggested changes
Aug 28, 2025
anthonywu
left a comment
There was a problem hiding this comment.
Fellow PR contributor here. I submitted #10 and going into it I was hoping someone would create a provider pattern like this PR is trying to do
The spanish in company-ticket-map.md seems like a vibe coded thing. It's inconsistent with the rest of the English docs.
The CSS changes are distracting from the main goal of the LLM provider change and I think should be scoped out of this change.
The addition of crypto tickers... should also be its own proposal/PR.
Just my two cents.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR enhances the LLM provider configuration and project documentation, including:
Key Changes
Impact
These changes improve the project infrastructure and make it easier to configure and use different LLM providers, while providing better documentation for future developers.