Consider the following message object:
{“role”: “user”, “content”: “My name is Bob”, “name”: “Bob”}
The “name” entry is lesser documented but can be used to keep track of different user identities in a conversation.
First issue: is this being deprecated or something? There used to be documentation on it but now all I can find is this:
That link is the documentation for “user” which is a parameter of client.completions.create. But what I’m talking about is “name” which is a key/value entry in the message object.
Second issue: The gpt-4-vision-preview model cannot access the information within “name”. In other words, when I put some text in the “name” entry and tell gpt-4-vision-preview to recite it, it can’t. All other models I’ve tested can do this (gpt-3.5-turbo-16k, gpt-4, gpt-4-1106-preview).