모두 안녕하세요
AI 봇 관련 블로그 글을 보고 우리 커뮤니티 사이트에서 한번 시도해 보고자 합니다. 처음 사용해 보는 것이라, 만약 단순한 해결책이었다면 죄송합니다 ![]()
Azure를 사용하여 아래 설정으로 구성했는데, /logs에서 다음 오류를 확인했습니다:
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 | 체크됨 |
| ai_bot_enabled_chat_bots | gpt-3.5-turbo |
무엇을 놓친 부분이 있는지, 아니면 특별히 확인해야 할 사항이 있을까요?
미리 감사드립니다