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

Plans for chat completions API / gpt-3.5-turbo? #3

Open
ianmacartney opened this issue May 17, 2023 · 2 comments
Open

Plans for chat completions API / gpt-3.5-turbo? #3

ianmacartney opened this issue May 17, 2023 · 2 comments

Comments

@ianmacartney
Copy link

First of all thank you for providing this in the first place,
I'm curious if anyone has started working on the APIs available (like chat completions) with the newer, cheaper gpt-3.5-turbo model? Any forks you know of?
I'm less interested in the completion api.
I'm guessing it's less useful if it only supports openai, not other models.
Thanks,
Ian

@r2d4
Copy link
Owner

r2d4 commented May 18, 2023

Happy to work on this or accept a PR. What is the use case you intend? Small bundle size? What other Chat APIs could llm.ts build an interface over?

@ianmacartney
Copy link
Author

My use case is a small bundle that can run in a non-node environment (that doesn't depend on node-fetch, axios, or other libraries). I thought there would be other chat APIs, but they seem to mostly be self-hosted or not expose an API, like hugging chat or mlc-ai/web-llm.

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