| use_default_settings: true | |
| server: | |
| port: 7860 | |
| bind_address: "0.0.0.0" | |
| secret_key: "my_very_secret_key_12345" # CHANGE THIS | |
| limiter: false # Required so your AI doesn't get blocked | |
| image_proxy: true | |
| search: | |
| safe_search: 0 | |
| formats: | |
| - html | |
| - json # This is what the AI reads | |
| - csv | |
| engines: | |
| - name: google | |
| engine: google | |
| shortcut: g | |
| - name: bing | |
| engine: bing | |
| - name: duckduckgo | |
| engine: duckduckgo |