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

Multi-model abstraction #19

Closed
lalalune opened this issue Oct 24, 2024 · 0 comments
Closed

Multi-model abstraction #19

lalalune opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lalalune
Copy link
Member

lalalune commented Oct 24, 2024

Right now we have a kind of ugly setup for switching between Llama, XAI, Claude, OpenAI and local.

We probably want completions to be a service, with more effort paid to moving it out of the runtime.

  • make sure that the bot works with no API keys
  • make sure it works with all OpenAI keys
  • Add helper function which correctly figures out the endpoint, etc without needing to juggle in the .env
  • Character file should configure which models are used where, and what company
  • Maybe we have a "fast/cheap and slow/powerful" option for each provider so we can run like shouldRespond and other apis that get hit a lot for fast/cheap, and responses use slow/powerful
  • generally clean up the response handling and make everything nice
  • Make sure frequency penalty, presence penalty work for Grok, OpenAI, and repetition penalty for Llama
  • add as LITTLE abstraction as possible. as few new classes or files as absolutely necessary. complexity is our enemy.
@sirkitree sirkitree added the enhancement New feature or request label Oct 27, 2024
@lalalune lalalune closed this as completed Nov 1, 2024
lalalune pushed a commit that referenced this issue Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants