bing.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. identity:
  2. author: Dify
  3. name: bing
  4. label:
  5. en_US: Bing
  6. zh_Hans: Bing
  7. pt_BR: Bing
  8. description:
  9. en_US: Bing Search
  10. zh_Hans: Bing 搜索
  11. pt_BR: Bing Search
  12. icon: icon.svg
  13. credentials_for_provider:
  14. subscription_key:
  15. type: secret-input
  16. required: true
  17. label:
  18. en_US: Bing subscription key
  19. zh_Hans: Bing subscription key
  20. pt_BR: Bing subscription key
  21. placeholder:
  22. en_US: Please input your Bing subscription key
  23. zh_Hans: 请输入你的 Bing subscription key
  24. pt_BR: Please input your Bing subscription key
  25. help:
  26. en_US: Get your Bing subscription key from Bing
  27. zh_Hans: 从 Bing 获取您的 Bing subscription key
  28. pt_BR: Get your Bing subscription key from Bing
  29. url: https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api
  30. server_url:
  31. type: text-input
  32. required: false
  33. label:
  34. en_US: Bing endpoint
  35. zh_Hans: Bing endpoint
  36. pt_BR: Bing endpoint
  37. placeholder:
  38. en_US: Please input your Bing endpoint
  39. zh_Hans: 请输入你的 Bing 端点
  40. pt_BR: Please input your Bing endpoint
  41. help:
  42. en_US: An endpoint is like "https://api.bing.microsoft.com/v7.0/search"
  43. zh_Hans: 例如 "https://api.bing.microsoft.com/v7.0/search"
  44. pt_BR: An endpoint is like "https://api.bing.microsoft.com/v7.0/search"
  45. default: https://api.bing.microsoft.com/v7.0/search