Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenAI #358

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
"websiteUrl": "https://www.nwtime.org/",
"description": "Network Time Foundation provides direct services and support to improve the state of accurate computer network timekeeping."
},
"openai": {
"name": "OpenAI",
"websiteUrl": "https://www.openai.com/",
"description": "OpenAI is an AI research and deployment company that conducts research and implements machine learning."
},
"oracle": {
"name": "Oracle Corporation",
"websiteUrl": "http://www.oracle.com/",
Expand Down
10 changes: 10 additions & 0 deletions source/trackers.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,12 @@
"url": "https://ntp.org/",
"companyId": "network_time_foundation"
},
"openai": {
"name": "OpenAI",
"categoryId": 8,
"url": "https://openai.com/",
"companyId": "openai"
},
"open_adstream": {
"name": "Open Adstream",
"categoryId": 4,
Expand Down Expand Up @@ -1694,6 +1700,10 @@
"notion.so": "notion",
"ntp.org": "ntppool",
"ntppool.org": "ntppool",
"chatgpt.com": "openai",
"oaistatic.com": "openai",
"oaiusercontent.com": "openai",
"openai.com": "openai",
"allawnos.com": "oppo",
"allawntech.com": "oppo",
"heytapdl.com": "oppo",
Expand Down
3 changes: 2 additions & 1 deletion source/vpn_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,8 @@
"domains": [
"oaistatic.com",
"oaiusercontent.com",
"openai.com"
"openai.com",
"chatgpt.com"
],
"icon_domain": "openai.com",
"modified_time": "2024-03-15 12:40"
Expand Down