# 提供了未识别的请求参数：tools

**URL:** <https://meta.discourse.org/t/unrecognized-request-argument-supplied-tools/294315>\
**Category:** Support\
**Tags:** ai, ai-bot\
**Created:** [2024年二月6日 10:08 UTC](https://meta.discourse.org/t/unrecognized-request-argument-supplied-tools/294315 "2024-02-06T10:08:56Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)\
**Post date:** [2024年二月6日 10:08 UTC](https://meta.discourse.org/t/unrecognized-request-argument-supplied-tools/294315/1 "2024-02-06T10:08:56Z")

</div>

大家好

在找到 AI 机器人博客文章后，我们想在我们的社区网站上试用一下，看看如何使用它。这是第一次使用，所以如果这是一个简单的解决方案，请原谅 😅

我们已经使用 Azure 和以下设置进行了设置，但在 `/logs` 中看到了以下错误：

```plaintext
DiscourseAi::Completions::Endpoints::OpenAi: status: 404 - body: {
  "error": {
    "message": "Unrecognized request argument supplied: tools",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

```

`Job exception: DiscourseAi::Completions::Endpoints::Base::CompletionFailed`

设置 -

| 设置 | 值 |
| --- | --- |
| ai\_openai\_gpt35\_url | https://[custom url].openai.azure.com/openai/deployments/[deployment name]/chat/completions?api-version=2023-07-01-preview |
| ai\_openai\_gpt35\_16k\_url | https://[custom url].openai.azure.com/openai/deployments/[deployment-name]/chat/completions?api-version=2023-07-01-preview |
| ai\_openai\_api\_key | _api key_ |
| ai\_bot\_enabled | checked / ticked |
| ai\_bot\_enabled\_chat\_bots | gpt-3.5-turbo |

我们是否错过了什么，或者有什么特别需要注意的吗？

提前感谢

---

_[View the full topic](https://meta.discourse.org/t/unrecognized-request-argument-supplied-tools/294315)._
