openai类模型的超参数含义
model: 模型名 frequency_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model’s likelihood to repeat the same line verbatim. 该参数的值范围…
2026-02-03