groundwork for custom request limits, with 10 requests now standard

This commit is contained in:
Owen
2025-01-13 14:40:48 +01:00
committed by Owen Rees
parent 1e1e74a35d
commit 683c4c4de2
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Config
config :plantid_discord_bot,
max_results: 5,
score_threshold: 0.3,
guild_request_limit_per_day: 20,
guild_request_limit_per_day: 10,
image_path: "priv/static",
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
source: "https://github.com/TheRealOwenRees/plantid-discord-bot",