Closed tusharmath closed 3 months ago
/bounty 50$
/attempt #2658
with your implementation plan/claim #2658
in the PR body to claim the bountyđ Thank you for contributing to tailcallhq/tailcall! đ§ Checkout our guidelines before you get started. đĩ More about our bounty program.
Attempt | Started (GMT+0) | Solution |
---|---|---|
đĸ @ssddOnTop | Aug 11, 2024, 9:05:39 AM | #2659 |
đĸ @dekkku | Aug 11, 2024, 9:53:07 AM | #2660 |
đĄ @palak2002 | Aug 11, 2024, 2:52:55 PM | WIP |
/attempt #2658
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@ssddOnTop | 71 tailcallhq bounties | Rust, Java, C & more |
īš2652 |
Cancel attempt |
đĄ @ssddOnTop submitted a pull request that claims the bounty. You can visit your bounty board to reward.
/attempt #2658
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@dekkku | 2 tailcallhq bounties | Rust |
Cancel attempt |
[!NOTE] The user @ssddOnTop is already attempting to complete issue #2658 and claim the bounty. We recommend checking in on @ssddOnTop's progress, and potentially collaborating, before starting a new solution.
đ $50 bounty âĸ Tailcall Inc.
Steps to solve:
- Start working: Comment
/attempt #2658
with your implementation plan- Submit work: Create a pull request including
/claim #2658
in the PR body to claim the bounty- Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
đ Thank you for contributing to tailcallhq/tailcall! đ§ Checkout our guidelines before you get started. đĩ More about our bounty program.
Attempt Started (GMT+0) Solution đĸ @ssddOnTop Aug 11, 2024, 9:05:39 AM #2659 đĸ @dekkku Aug 11, 2024, 9:53:07 AM #2660
/attempt #2658
I plan to implement a type-safe Adapter
and integrate it with the Wizard
struct, replacing the current environment variable-based configuration. I'll define the Adapter
enum in llm/adapter.rs
and modify the Wizard
struct to accept an adapter instance. Secrets will be read from the environment as TAILCALL_SECRET
and securely passed to the library.
@palak2002: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then đ
đđ @ssddOnTop has been awarded $50! đđ
Currently based on environment variables the GenAI library uses a particular Adapter and Model. We wish to change that and provide a type-safe way to integrate it.
Example
Technical Requirements
Adapter
shouild be defined inllm/adapter.rs
.TAILCALL_SECRET
and sent to the LLM