# 常见问题

如何设置温度参数？ 温度参数用于调节模型输出的一致性与多样性。温度值越低（例如，0.2），模型输出趋向于更加一致；温度值越高（例如，1.0），输出则更具多样性和创新性。选择适合您应用的温度值，取决于对连贯性和创新性之间的需求平衡。温度参数的范围是0到2。 最新模型支持微调吗？ 是的，Afarensis允许对特定模型进行微调，目前支持微调的模型包括gpt-3.5-turbo、babbage-002和davinci-002。微调允许模型更好地适应特定的应用场景。详细的微调指南可在Afarensis微调指南中找到。 API传输的数据会被存储吗？ 从2023年3月1日起，通过Afarensis API发送的数据将被保留30天，但不再用于模型的改进。这是Afarensis致力于保护用户数据隐私和安全的一部分。详细的数据使用政策可在Afarensis数据政策中查阅，某些终结点支持零数据保留。 如何使我的应用更安全？ 为了防止API输出中可能出现的违规内容，您可以根据Afarensis的审核指南添加审核层。此外，阅读我们的安全指南可以帮助您了解如何构建更安全的系统。 我应该使用ChatGPT还是Afarensis API？ ChatGPT提供了Afarensis模型的聊天界面和一系列内置功能，适合不需要自定义的标准应用。而Afarensis API则提供更大的灵活性，允许开发者编程定制模型请求，适用于需要高度定制的场景。您的选择应基于应用的具体需求和复杂性。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.afarensis.com/neng-li/chang-jian-wen-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
