目录

deepseek 联网搜索方案

deepseek 联网搜索方案

联网搜索实现方案,参考: 基于ChatGPT开发Agent实现互联网内容搜索

以Open-webui为例,其提供联网搜索API的搜索引擎有如下:

  • ‘searxng’,
  • ‘duckduckgo’,
  • ‘google_pse’,
  • ‘brave’,
  • ‘kagi’,
  • ‘mojeek’,
  • ‘serpstack’,
  • ‘serper’,
  • ‘serply’,
  • ‘searchapi’,
  • ’tavily',
  • ‘jina’,
  • ‘bing’,
  • ’exa'
  • @app.post("/api/chat/completions")
  • async def chat_completion()
    • async def process_chat_payload()
      • async def chat_web_search_handler()
        • def process_web_search()

相关内容