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

system fingerprint is None for some models, but not others #167

Open
elisa-abridge opened this issue Jan 15, 2024 · 1 comment
Open

system fingerprint is None for some models, but not others #167

elisa-abridge opened this issue Jan 15, 2024 · 1 comment

Comments

@elisa-abridge
Copy link

Per the documentation here, the OpenAI API should return a system_fingerprint. However, when calling any model that is not gpt-3.5-turbo-1106 or gpt-4-1106-preview, the system_fingerprint is always None.

The link above doesn't mention any model requirement.

Please update the code to return a system fingerprint for earlier models, or else document in the API which models are actually supported.

To Reproduce

copy and paste notebook here
change this line to an older model:
GPT_MODEL = "gpt-3.5-turbo-1106"
For example:
GPT_MODEL = "gpt-3.5-turbo-0613"

the system_fingerprint returned is None

OS-Ubuntu
Python version- Python v3.10
Library version- openai v1.6.1

@jberryman
Copy link

fwiw with the python sdk I don't get a fingerprint with gpt-3.5-turbo-1106. I do get one with gpt-4-turbo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jberryman @elisa-abridge and others