AI Prompt output differs when going through csv?

Joined
Sep 21, 2020
Messages
21
Reaction score
11
Hi, does anyone have the same issue?

I have python script that goes through csv and for each row creates an output, based on other columns. However, I have in the prompt "Don't write the title in <h1>", but still in 1 out of 5 rows it does it. Any ideas how to prevent it?
 
Is some other part of your prompt asking for headings in HTML tags? Because by default, OpenAI does not create headings in <H1> tags. So there’s something else in your prompt that’s generating the heading.
 
Is some other part of your prompt asking for headings in HTML tags? Because by default, OpenAI does not create headings in <H1> tags. So there’s something else in your prompt that’s generating the heading.
This was maybe a bad example as in that I am asking for h2 tags and others.

But I have couple more like this. I say "pretend you are blah blah. Don't write about yourself" but it still is trying to explain who it is.

Or "Don't write a subject line" and it does it sometimes...

not sure if there is a way to force it maybe somehow? in chatgpt I don't have this issue, but since I can't use it in api, I have to stick with gpt3
 
This was maybe a bad example as in that I am asking for h2 tags and others.

But I have couple more like this. I say "pretend you are blah blah. Don't write about yourself" but it still is trying to explain who it is.

Or "Don't write a subject line" and it does it sometimes...

not sure if there is a way to force it maybe somehow? in chatgpt I don't have this issue, but since I can't use it in api, I have to stick with gpt3

It‘s hard to figure out the problem without having the entire context. You‘re giving made up prompts and outputs as examples.

In the examples you gave, don’t ask it to pretend like anyone. There are other ways to achieve similar results to what you’re expecting. I think I‘ve seen a few sample ChatGPT prompts where they start with pretend you’re a market research expert or whatever. If you don’t like the output, change the prompt.

Not sure what you mean by subject lines in your example. Again, I’m pretty sure that OpenAI doesn’t insert subject lines by default in the output. It’s being triggered by something else in your prompt.
 
Back
Top