-
Notifications
You must be signed in to change notification settings - Fork 484
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
OSError: [Errno 63] File name too long #13
Comments
Have you made any changes to your version? If not, mind sharing the source repo you're working with? |
I didn't make any changes to Of course, the repo is https://github.com/gianpaj/walnut.tv |
same here, using a single minified js file as source and golang as target. |
Ran into this as well. Details:
For some reason,
When I re-ran with a (more-common) target of React, I got the same result. |
Seeing the same with model gpt-3.5-turbo-16k on a small Python to Nodejs migration. |
same issue here. I am using gpt-3,5-turbo-16k too. Any resolution yet? |
I'd advise to switch to GPT-4 if possible. Gpt-3.5-turbo is much weaker at programming (see #18) |
GPT-4 is not publicly available for everyone yet, is there another model more suited than gpt-3.5-turbo or any way of fixing this error? |
GPT-4 is available to all via the API |
Unfortunately not. Apparently only if you had a paid subscription with at least one billing beforehand. They announced a "general" availability somwhen in August |
@Sineos the GPT-4 via the API is available to everyone. You have to pay to use the API I think you're referring to GPT-4 via the ChatGPT website (chat.openai.com). The API docs are here |
sigh No it is not. In some developer blog it was explicitly mentioned that only paid customers (which I am) must have had at least one billing period to profit from v4 (which I have not). So a simply call to https://api.openai.com/v1/models yields:
As you can see: No v4 |
That's strange. Sorry about that. I assumed the blog post said it was available to all :( |
I am getting the same with model gpt-3.5-turbo-16k on a small Python to Nodejs migration. @0xpayne |
I'm experiencing the same issue with different error code (OSError: [Errno 36] File name too long). I wanted to give it a shot, but I encounter this error with every project. Here's an example: OS: Ubuntu 22.04 LTS e.g. project: https://github.com/MaurerKrisztian/Amazon_Book_Scraper command:
Last completed step:
error:
|
vue.js 1 to 3
The text was updated successfully, but these errors were encountered: