mlc_config.json 418 B

12345678910111213141516171819
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "https://platform.openai.com/docs/.*"
  5. },
  6. {
  7. "pattern": ".*localhost.*"
  8. }
  9. ],
  10. "httpHeaders": [
  11. {
  12. "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
  13. "headers": {
  14. "Accept-Encoding": "zstd, br, gzip, deflate"
  15. }
  16. }
  17. ],
  18. "aliveStatusCodes": [429, 200]
  19. }