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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace openai with llmhub #23

Closed
wants to merge 3 commits into from
Closed

feat: replace openai with llmhub #23

wants to merge 3 commits into from

Conversation

vatsalaggarwal
Copy link

Summary

This PR integrates LLMHub. This integration allows users to get started right away (1-click!), and automatically integrates all relevant LLM providers without requiring users to set up API keys with each. Additionally we provide various tools to make it easier to improve its accuracy/latency/costs (via tools for finetuning & prompt engineering).

A user would only need to do the following to get started:

pip3 install llmhub
# llmhub was globally installed as part of previous command.
llmhub auth

llmhub auth points users to a webpage where they need to sign in via GitHub. That's it!

Features

馃拞 Allow users to use your app in 1-click.

馃捇 Deploy in 1-click.

馃拠 Integrate ANY LLM in 3-lines with a standardised API.

馃敡 Monitor and improve your prompts.

馃寧 Discover new prompts easily, and showcase your work.

馃挭 Contribute to popular prompts, and improve your skills.

馃挼 Free credits while we're in beta

Some things to note

  • The current prompts are deployed to be an exact replica of existing code (models & parameters like temperature/frequency_penalty). Easy to edit.
  • We'd love to keep this LLM work public/open-source. Is that OK?

About Us

We're @vatsalaggarwal and @sidroopdaska. @sidroopdaska was the second engineering hire at the largest autonomous driving company in Europe, and I was an ML Scientist at Amazon for 4 years and researched deep generative models!

vatsalaggarwal and others added 3 commits December 16, 2022 17:58
Co-authored-by: Siddharth Sharma <hey@siddharthsharma.io>
@tom-doerr
Copy link
Owner

Hi, thank you for adding the changes. However I thought it would be optional to use LLMHub, the current version requires it. Could you edit this pull request and the one for tom-doerr/fix#3 to make it optional? Otherwise it would break existing installations and make it incompatible with my other Codex projects that read the API keys from the same location.

@vatsalaggarwal vatsalaggarwal closed this by deleting the head repository Mar 4, 2023
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.

None yet

2 participants