Skip to content
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

feat(groq-adapter): add groq adapter integration #20

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

abughali
Copy link
Contributor

@abughali abughali commented Sep 12, 2024

Which issue(s) does this pull-request address?

Closes: #

Description

  • Integrated Groq's LLM capabilities with the framework through the GroqChatLLM adapter.
  • Added support for streaming and non-streaming language model operations.
  • Implemented configurable parameters such as temperature, max tokens, and top_p.
  • Enabled serialization and deserialization for state persistence.
  • Added usage example and a readme update.

Checklist

  • I have read the contributor guide
  • Linting passes: yarn lint or yarn lint:fix
  • Formatting is applied: yarn format or yarn format:fix
  • Unit tests pass: yarn test:unit
  • E2E tests pass: yarn test:e2e
  • Tests are included
  • Documentation is changed or added
  • Commit messages and PR title follow conventional commits

@Tomas2D Tomas2D self-requested a review September 12, 2024 14:49
Copy link
Contributor

@Tomas2D Tomas2D left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

Can you please add E2E test?

package.json Outdated Show resolved Hide resolved
examples/llms/providers/groq.ts Outdated Show resolved Hide resolved
src/adapters/groq/chat.ts Outdated Show resolved Hide resolved
@abughali
Copy link
Contributor Author

@Tomas2D all concerned were addressed. Thanks.

@abughali abughali changed the title feat(groq-adapter): Add Groq adapter integration feat(groq-adapter): add groq adapter integration Sep 12, 2024
@Tomas2D Tomas2D merged commit 5abb614 into i-am-bee:main Sep 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants