-
Notifications
You must be signed in to change notification settings - Fork 183
chore: Add support for mode Groq models #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 3a107e3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Warning Rate limit exceeded@leehuwuj has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 57 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe pull request introduces a new patch named "create-llama," which adds several new Groq models to enhance the system's capabilities. It modifies various files to include additional model mappings, expanding the available options for users. The changes maintain the existing control flow while enriching the model selection process, allowing for more tailored interactions with the data. Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -62,7 +62,7 @@ export const supportedTools: Tool[] = [ | |||
dependencies: [ | |||
{ | |||
name: "duckduckgo-search", | |||
version: "6.1.7", | |||
version: "6.2.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small update for duckduckgo-search
"llama-3.1-70b", | ||
"llama-3.1-8b", | ||
"llama3-groq-70b-tool-use", | ||
"llama3-groq-8b-tool-use", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
llama3-groq-8b-tool-use
this model is not working well with ReAct agent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INFO: Started server process [31412]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Creating chat engine with filters: filters=[MetadataFilter(key='private', value='true', operator=<FilterOperator.NE: '!='>)] condition=<FilterCondition.AND: 'and'>
> Running step 2e32ecc0-a18b-49ac-a4c9-180ddf9ca65e. Step input: What is the current status of Long Thanh airport? Use the tools
Observation: Error: Could not parse output. Please follow the thought-action-input format. Try again.
> Running step b2e926fa-5e74-4ddd-98b6-d34e04adbee5. Step input: None
Observation: Error: Could not parse output. Please follow the thought-action-input format. Try again.
> Running step 13ff9ef8-dc41-4ef2-8ba0-c00bf4194497. Step input: None
Observation: Error: Could not parse output. Please follow the thought-action-input format. Try again.
> Running step ff0b6ac4-623b-4352-8937-b96fddfc39a8. Step input: None
INFO: 127.0.0.1:60539 - "POST /api/chat HTTP/1.1" 200 OK
Close this in favor of: #278 |
Summary by CodeRabbit
These updates aim to improve the versatility and functionality of the application for end-users.