-
Notifications
You must be signed in to change notification settings - Fork 282
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
Usage of gpt-3.5-turbo model #19
Comments
Hey @kiran-brahma - agreed we should update this with the newer chat-based models. In the mean time, you can see how we have done this on the official Supabase website here: |
Thanks @gregnr. Will see and try to understand if same can be done for my code base. Any expected timelines for a similar implementation for the current template. |
Hello @gregnr I tried to replicate the code shared by you but I keep getting the error
|
Hey @kiran-brahma, confirming your error was copied over correctly? I see a double import:
|
There was an error in the code I pasted. There is no double import and just a single one |
Is the error coming from your IDE or when you run the edge function? If IDE & VSCode, confirming you have the official Deno extension installed and the dependency has been cached? |
I am getting the error when deploying it on vercel. Including the error message I got after making another attempt today Attention: Next.js now collects completely anonymous telemetry regarding usage.This information is used to shape Next.js' roadmap and prioritize features.
|
Based on the path Supabase uses Deno for its edge runtime while Next.js uses Node.js (or their custom runtime for edge). This is most likely why you are getting the import error as imports work slightly different in Deno. |
I shifted the edge functions to supabase and when I am trying to deploy the same on supabase I am getting the following error Version 1.30.3 is already installed |
@kiran-brahma can you please update your Supabase CLI version (e.g. |
hello @thorwebdev |
What does supabase --version output for you? Maybe there's a caching issue. Might have to run brew update first and the brew upgrade supabase. |
If |
Really would love this template to be upgraded to gpt-3.5-turbo model!! That would be super cool. |
See my PR #34 which is what worked for me. |
Hello,
I was trying to see if I can modify the model from text-davinci-003 to gpt-3.5-turbo in vector search but noticed that the app doesn't work anymore and keep getting search errors.
Is it any error from my end or some other issue that I am unaware of
The text was updated successfully, but these errors were encountered: