The voice conversation prompt says “Never use the list format,” but in the two days I’ve been testing the voice interface it has read out numbered lists a half dozen times. I adjusted my own custom instructions to try to suppress that (and also to make it stop apologizing). Overall, though, I find the voice interaction very impressive. The text-to-speech is the most natural I’ve heard, even better than ElevenLabs. Tw…
I think it is a big loss they don't get Scarlett Johansson's voice (watch the movie Her if you don't get the reference).
ChatGPT’s system prompts
311–320 of 398 posts
Re: ChatGPT’s system prompts
#312Earlier quoted context omitted.
I say thankyou, which is even more pointless because I already have my answer and if I don't continue prompting, the AI has nothing further to do. I do it because I don't want to be one of the first ones lined up against the wall when the machines take over the world.
I say stuff like, “thank you, that worked” as a positive signal that the previous answer worked before asking another question to help advance the conversation and reinforce a right answer.
Re: ChatGPT’s system prompts
#313Re: ChatGPT’s system prompts
#314Earlier quoted context omitted.
That was one of several methods, but I (usually) don’t go that deep in comment threads. For Advanced Data Analysis, I had it “use Jupyter to write Python” to transform the content of our conversation, including “messages that appeared before this one” or “after ‘You are ChatGPT’”, into a list of dicts. For both voice and mobile, I opened the same Advanced Data Analysis chat in the iOS client, pointed out that I belie…
I am a bit suspicious because ChatGPT knows which version of Python it has installed, as well as which packages, without actually executing any Python. And yet, this context is not in the shared system prompt for advanced data analysis.
Re: ChatGPT’s system prompts
#315Earlier quoted context omitted.
That was one of several methods, but I (usually) don’t go that deep in comment threads. For Advanced Data Analysis, I had it “use Jupyter to write Python” to transform the content of our conversation, including “messages that appeared before this one” or “after ‘You are ChatGPT’”, into a list of dicts. For both voice and mobile, I opened the same Advanced Data Analysis chat in the iOS client, pointed out that I belie…
I am a bit suspicious because ChatGPT knows which version of Python it has installed, as well as which packages, without actually executing any Python. And yet, this context is not in the shared system prompt for advanced data analysis.
Re: ChatGPT’s system prompts
#316I find it so interesting that OpenAI themselves use "please" in some of their prompts, eg: "Please evaluate the following rubrics internally and then perform one of the actions below:" Have they run evaluations that show that including "please" there causes the model to follow those instructions better? I'm still looking for a robust process to answer those kinds of questions about my own prompts. I'd love to hear ho…
Do you not talk to it politely? Does that work for you? One thing that's caught me off guard with the whole ChatGPT saga is finding out how many people normally talk rudely to machines for no reason.
I've softened on that a bit having talked to people who are polite to it purely to avoid getting out of the habit of being polite to other people.
I still think it's weird to say please and thank you though. My prompting style is much more about the shortest possible command prompt that will get me the desired result.
Re: ChatGPT’s system prompts
#317Earlier quoted context omitted.
You're using a different definition of "hallucination" than the one most people use when talking about LLMs. If you want to do that that's fine, but you're definitely in the minority.
Most people anthropomorphize LLMs. That doesn't make them right. It's a bad term, and one that misunderstands what LLMs are doing. An LLM is doing the exact same thing when it generates output that you consider to be a "hallucination" that it's doing when it generates output that you consider "correct".
Re: ChatGPT’s system prompts
#318Earlier quoted context omitted.
Update: confirmed, thanks again Stagnant. I’ve credited you in the repo.
No problem :) Thanks to yourself for releasing AutoExpert! I just got around to testing the Developer Edition and it certainly exceeded my expectations. On the first try it managed to solve a performance issue with one python class of mine which the default gpt4 could never do. Also the ability to export and import the "memory" will be incredibly helpful. Tbh I'm still a bit shocked on how much of a difference prompt…
Re: ChatGPT’s system prompts
#319I find it so interesting that OpenAI themselves use "please" in some of their prompts, eg: "Please evaluate the following rubrics internally and then perform one of the actions below:" Have they run evaluations that show that including "please" there causes the model to follow those instructions better? I'm still looking for a robust process to answer those kinds of questions about my own prompts. I'd love to hear ho…
In the training data, it's likely more common to see: "Please [do something]" Then it is to see: "You must [do something]" "Please" makes it clear that what comes next is a command to do something.
Can you [do something]
Is inferior to:
[do something]
Re: ChatGPT’s system prompts
#320Earlier quoted context omitted.
That was one of several methods, but I (usually) don’t go that deep in comment threads. For Advanced Data Analysis, I had it “use Jupyter to write Python” to transform the content of our conversation, including “messages that appeared before this one” or “after ‘You are ChatGPT’”, into a list of dicts. For both voice and mobile, I opened the same Advanced Data Analysis chat in the iOS client, pointed out that I belie…
I am a bit suspicious because ChatGPT knows which version of Python it has installed, as well as which packages, without actually executing any Python. And yet, this context is not in the shared system prompt for advanced data analysis.