Files
futurewalker/config/platform/global.php
2023-11-22 08:31:00 +08:00

189 lines
4.5 KiB
PHP

<?php
return [
'indexing' => env('ENABLE_INDEXING', false),
'launched_epoch' => '1695513600', // 24-09-2023 00:00:00 GMT +0
'blacklist_domains_serp' => [
'https://u.today',
],
'rss' => [
'http://news.ycombinator.com/rss',
// 'http://blog.samaltman.com/posts.atom',
// 'http://andrewchen.co/feed/',
'http://feeds.slashgear.com/slashgear',
'http://venturebeat.com/feed/',
'http://www.theverge.com/rss/full.xml',
'http://www.engadget.com/rss-full.xml',
'https://feeds2.feedburner.com/PennOlson',
'https://techcrunch.com/feed/',
'http://www.fastcodesign.com/rss.xml',
'https://techcrunch.com/startups/feed/',
'http://www.forbes.com/entrepreneurs/index.xml',
'http://www.producthunt.com/feed',
'http://hnrss.org/show',
'https://hnrss.org/launches',
'https://hnrss.org/newest?q=ai',
'https://hnrss.org/newest?q=startup',
'https://hnrss.org/newest?q=launch',
'https://hnrss.org/newest?q=model',
'https://hnrss.org/newest?q=llm',
'https://hnrss.org/newest?q=huggingface',
'https://hnrss.org/newest?q=stable%20diffusion',
'https://hnrss.org/newest?q=midjourney',
'http://feeds.feedburner.com/sachinrekhiblog',
'https://deepmind.com/blog/feed/basic/',
'https://news.mit.edu/rss/topic/artificial-intelligence2',
'http://bair.berkeley.edu/blog/feed.xml',
'https://blog.openai.com/rss/',
'http://googleresearch.blogspot.com/atom.xml',
'https://www.artificial-intelligence.blog/ai-news?format=rss',
'https://www.marktechpost.com/feed/',
'https://wgmimedia.com/feed/',
'https://dailyai.com/feed/',
'https://www.sciencedaily.com/rss/computers_math/artificial_intelligence.xml',
'https://huggingface.co/blog/feed.xml',
'https://www.enterpriseai.news/feed/',
'https://stability.ai/news?format=rss',
'https://mid-journey.ai/feed/',
'https://zapier.com/blog/feeds/latest/',
'https://deep-image.ai/blog/rss/',
'https://www.theinformation.com/feed',
'http://feeds.feedburner.com/blogspot/hsDu',
],
'whitelist_keywords_rss' => [
'ai',
'gpt',
'artificial intelligence',
'openai',
'cure',
'llm',
'llms',
'mistral',
'llama',
'huggingface',
'sam altman',
'microsoft',
'vulkan',
'facial recognition',
'deep learning',
'machine learning',
'dall-e',
'stable diffusion',
'sdxl',
'sd',
'midjourney',
'ai-driven',
'neural network',
'training machine',
'computing',
'mimic',
'mimics',
'breakthrough',
'groundbreaking',
'recognition',
'implants',
'robot',
'robots',
'chatgpt',
'model',
'chatbot',
'innovation',
'gpt-4',
'gpt-3',
'gpt-2',
'3d',
'vector database',
'embedding',
'embeddings',
'vr',
'tech',
],
'blacklist_keywords_rss' => [
],
'blacklist_keywords_serp' => [
'defense',
'war',
'government',
'usa',
'china',
'policy',
'trade',
'deal',
'fake',
'nude',
'risk',
'disclosure',
'politic',
'contract',
'negotiat',
'gun',
'wrest',
'cop',
'race',
'porn',
'regulat',
'rule',
'stock',
'WSJ',
'complicated',
'leverag',
'attack',
'defend',
'concern',
'biden',
':',
'surviv',
'tackl',
'compet',
'legal',
'securit',
'alert',
'state of',
'error',
'licens',
'department of',
'threat',
'democra',
'asia',
'japan',
'doubt',
'agenc',
'presiden',
'avoid',
'agreement',
'protection',
'survey',
'law',
'military',
'lose',
'destroy',
'humanity',
'lose',
'concern',
'ignore',
'contradic',
'wishful',
'scammer',
'fear',
'?',
'paranoid',
'copyright',
'capitaliz',
'strike',
'$',
'weapon',
'concern',
'ethic',
'underage',
],
];