-
Notifications
You must be signed in to change notification settings - Fork 2
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
files #65
files #65
Conversation
Checking your PR now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some issues need to be fixed before you can merge your PR:
- ".env" shouldn’t be added to your repo because it might contain secrets. It's better to add the template file (.env.template) and explain in the readme what it should contain. Make sure to remove ".env" before you continue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request does not show any integration of the OpenAI API in src/app/api/translate/route.ts
file. It lacks any code changes to demonstrate that this integration was actually implemented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code provided does not show any evidence of OpenAI API integration in the src/app/api/translate/route.ts
file. The integration needs to be explicitly verified in this specific file as per the instructions.
No description provided.