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

ChatGPT is being Lazy and creates Placeholders #1013

Closed
PierrunoYT opened this issue Feb 13, 2024 · 2 comments
Closed

ChatGPT is being Lazy and creates Placeholders #1013

PierrunoYT opened this issue Feb 13, 2024 · 2 comments
Labels
bug Something isn't working triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.

Comments

@PierrunoYT
Copy link

Policy and info

  • Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
  • Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/

Expected Behavior

Please describe the behavior you are expecting.

I want a full codebase without any placeholders or missing files.

Current Behavior

What is the current behavior?

I tried to generate codebase but some files are filles with placeholders withou a logic

Failure Information

Information about the failure, including environment details, such as LLM used.

I use Chat GPT

Steps to Reproduce

If possible, provide detailed steps for reproducing the issue.

I'm not sure

Failure Logs

Any relevant log snippets or files here.

@PierrunoYT PierrunoYT added bug Something isn't working triage Interesting but stale issue. Will be close if inactive for 3 more days after label added. labels Feb 13, 2024
@PierrunoYT
Copy link
Author

import React from 'react';

function RecipePage() {
return (


{/* Content for the recipe page would go here */}

);
}

export default RecipePage;

@viborc
Copy link
Collaborator

viborc commented Feb 13, 2024

This behaviour happens sometimes but it's not related to gpt-engineer so it's not gpt-engineer's bug. It's something that LLM creates. I'd suggested trying again or trying to say in your prompt that you want it to write full code and not to use placeholders.

I'm closing this since it's not an issue with gpt-engineer itself.

@viborc viborc closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.
Projects
None yet
Development

No branches or pull requests

2 participants