config.json.template 188 B

12345678910111213
  1. {
  2. "tools": [
  3. "python",
  4. "url-get",
  5. "terminal",
  6. "meteo-weather"
  7. ],
  8. "kwargs": {
  9. "top_k_results": 2,
  10. "no_default": false,
  11. "model_name": "gpt-3.5-turbo"
  12. }
  13. }