revert openai-response commented params

This commit is contained in:
sam-paech 2025-07-12 10:34:10 +10:00
parent 8d7c9c47cf
commit f76634365b

View file

@ -969,8 +969,8 @@ class OpenAIResponsesClient(BaseModelClient):
payload = {
"model": self.model_name,
"input": full_prompt,
#"temperature": temperature,
#"max_tokens": self.max_tokens,
"temperature": temperature,
"max_tokens": self.max_tokens,
}
headers = {"Content-Type": "application/json", "Authorization": f"Bearer {self.api_key}"}