mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
follow up messages, separation of identification functions
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
image_path: "priv/static",
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2"
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
score_threshold: 0.3,
|
||||
max_results: 5
|
||||
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
Reference in New Issue
Block a user