Browse Source

feat: MindPilotUI

main
gjl 1 year ago
parent
commit
eac79f580d
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/mindpilot/app/configs/tool_config.py
  2. BIN
      src/mindpilot/mindpilot.db

+ 1
- 1
src/mindpilot/app/configs/tool_config.py View File

@@ -20,7 +20,7 @@ TOOL_CONFIG = {
"bing": { "bing": {
"result_len": 3, "result_len": 3,
"bing_search_url": "https://api.bing.microsoft.com/v7.0/search", "bing_search_url": "https://api.bing.microsoft.com/v7.0/search",
"bing_key": "",
"bing_key": "0f42b09dce16474a81c01562ded071dc",
}, },
}, },
"top_k": 10, "top_k": 10,


BIN
src/mindpilot/mindpilot.db View File


Loading…
Cancel
Save