-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
Even if I change temperature for assistant, the response shows temperature is set to 1.0
To Reproduce
Create an assistant and pass a temperature value.
Code snippets
assistant = client.beta.assistants.create(
name=f"temperature_test_assistant",
instructions="",
model=model_name,
tools=[{"type": "code_interpreter"}],
temperature=0.2,
)
OS
Linux
Python version
python 3.11
Library version
openai==1.23.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working