Skip to content

Commit

Permalink
fix: LMAO ms copilot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed May 15, 2024
1 parent 1875999 commit 625068b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion module_configs/lmao_ms_copilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,11 @@
"auto_refresh_interval": 300,

"__comment23__": "User agent to prevent detection of headless chrome. Leave empty to disable it",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36",

"__comment24__": "Response timeout (in seconds)",
"timeout_seconds": 120,

"__comment25__": "How often each user can send requests to this module (specify 0 to remove the restriction)",
"user_cooldown_seconds": 0
}

0 comments on commit 625068b

Please sign in to comment.