#When calling API with the gpt-4 model, ask " Which model of OpenAI are you? Why the reply is gpt-3?

9 messages · Page 1 of 1 (latest)

midnight berry
#

When the program calls the gpt-4 model, ask: Which model of OpenAI are you using now? Why is the model in the return value gpt-4-0613, but the reply content is gpt-3? The same is true for testing in playgroups.

{"created":1688431923,"usage":{"prompt_tokens":52,"completion_tokens":16,"total_tokens":68},"model":"gpt-4-0613","id":"chatcmpl-***xxLh","choices":[{"index":0,"message":{"role":"assistant","content":"I'm powered by gpt-3, the latest model from OpenAI."},"finish_reason":"stop"}],"object":"chat.completion"}

#

Playground

floral wolf
midnight berry
floral wolf
#

As I showed you how to do.

midnight berry
floral wolf
cinder tusk
#

Pretty sure GPT4 still uses the same training data as GPT3, and that being the case means that it would most likely not even know itself exists yet. And in not the larger portion of the data it's trained on is the more well known GPT3.5 and would be it's most logical answer if it's the answer most commonly found in it's data sets.