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

Allow to extend BaseAI #11

Open
cliren opened this issue Mar 12, 2024 · 1 comment
Open

Allow to extend BaseAI #11

cliren opened this issue Mar 12, 2024 · 1 comment

Comments

@cliren
Copy link

cliren commented Mar 12, 2024

  • I'm submitting a ...
    [ ] bug report
    [X ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary

We have a special AI client that customizes existing AI like Anthropic, Bedrock and OpenAI. In order to use llm-client with them, it helps to build on top of llm-client and requesting to make it possible.

  1. BaseAI - https://github.com/dosco/llm-client/blob/main/src/ai/base.ts#L43 OR
  2. a better alternative.
@dosco
Copy link
Owner

dosco commented Mar 13, 2024

I'd suggest just extending BaseAI to add your own ai client. Maybe I'm not understanding this well enough. Feel free to msg on our discord.

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

No branches or pull requests

2 participants