mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
revert openai-response commented params
This commit is contained in:
parent
8d7c9c47cf
commit
f76634365b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue