Here's mine for o1-preview: Seems like o1 at the moment does not support roles and also requires temperature, frequency_penalty and presence_penalty to either 1 or 0.
Code:
{"api_key": "...api-key-goes-here...","url_chat": "https://api.openai.com/v1/chat/completions","model": "o1-preview","max_tokens": 32768,"temperature": 1,"frequency_penalty": 0,"presence_penalty": 0,"max_quote_length": 10}Statistics: Posted by privet.fun — Tue Nov 26, 2024 1:29 am