-
Notifications
You must be signed in to change notification settings - Fork 99
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
suggestion: upadte to support gpt-3.5-turbo model #20
Comments
also run into some issues. thought it should work but not.import { createParser } from 'eventsource-parser'; interface OpenAIStreamPayload { async function OpenAIStream(payload: OpenAIStreamPayload) {
} export async function POST({ request }: { request: any }) { |
The newer gpt-3.5-turbo model is cheaper to run and should be more powerful however it has a different api response.
Suggest that you update the API to support this. I tried modifying myself but ran into some issues. If I do fix this I will submit a pull request
The text was updated successfully, but these errors were encountered: