From 6369e8c9dc613c19749f7e0c021d8c3515921005 Mon Sep 17 00:00:00 2001 From: Ludwig Kristoffersson Date: Tue, 25 Apr 2023 23:06:22 +0200 Subject: [PATCH] change all references of kthGPT to OpenUni.AI --- .../lecture-queue-summary.tsx | 2 +- .../lecture-watch-result.tsx | 28 +++++++-------- .../components/page/page-frame/page-frame.tsx | 2 +- .../search-by-image/search-by-image.tsx | 2 +- web-ui/src/pages/404.tsx | 2 +- web-ui/src/pages/about.tsx | 36 ++++++++++--------- web-ui/src/pages/assignments/index.tsx | 4 +-- web-ui/src/pages/courses/index.tsx | 6 ++-- web-ui/src/pages/index.html | 8 ++--- web-ui/src/pages/index.tsx | 4 +-- web-ui/src/pages/info/denied.tsx | 4 +-- web-ui/src/pages/info/failures.tsx | 2 +- web-ui/src/pages/info/queue.tsx | 6 ++-- web-ui/src/pages/lectures/add.tsx | 2 +- web-ui/src/pages/lectures/questions.tsx | 2 +- web-ui/src/pages/lectures/watch.tsx | 4 +-- 16 files changed, 59 insertions(+), 55 deletions(-) diff --git a/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx b/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx index 71e0c9a0..ea37d4b8 100644 --- a/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx +++ b/web-ui/src/components/lecture/lecture-queue-summary/lecture-queue-summary.tsx @@ -67,7 +67,7 @@ export default function LectureQueueSummary() { - kthGPT has limited capacity. Currently there is + OpenUni.AI has limited capacity. Currently there is {unfinishedLectures.length - 1} other lectures being watched. view the progress diff --git a/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx b/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx index eb04c655..1c6fb6d4 100644 --- a/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx +++ b/web-ui/src/components/lecture/lecture-watch-result/lecture-watch-result.tsx @@ -66,14 +66,14 @@ export default function LectureWatchResult(props: LectureWatchResultProps) { - Since kthGPT has limited capacity only relevant videos are - allowed. kthGPT is currently trying to figure out if the - video is relevant. Relevant videos are educational videos, - such as recorded lectures, tutorials about math, programming - etc. + Since OpenUni.AI has limited capacity only relevant videos + are allowed. OpenUni.AI is currently trying to figure out if + the video is relevant. Relevant videos are educational + videos, such as recorded lectures, tutorials about math, + programming etc. - kthGPT will also not watch videos longer than 4 hours. + OpenUni.AI will also not watch videos longer than 4 hours. This can take a few minutes. @@ -92,25 +92,25 @@ export default function LectureWatchResult(props: LectureWatchResultProps) { <> - Since kthGPT has limited capacity only relevant videos are - allowed. + Since OpenUni.AI has limited capacity only relevant videos + are allowed. - kthGPT is using AI to determine which videos are relevant. - And this video was denied. There is a few reasons why this - could have happened. However, most likely this is because - the video was off-topic. + OpenUni.AI is using AI to determine which videos are + relevant. And this video was denied. There is a few reasons + why this could have happened. However, most likely this is + because the video was off-topic. Youtube videos should be about a topic that is relevant for - a course at KTH, which is the purpose of kthGPT. + a course at KTH, which is the purpose of OpenUni.AI. If you feel this video should be admitted diff --git a/web-ui/src/components/page/page-frame/page-frame.tsx b/web-ui/src/components/page/page-frame/page-frame.tsx index b6f5624d..ef6132bc 100644 --- a/web-ui/src/components/page/page-frame/page-frame.tsx +++ b/web-ui/src/components/page/page-frame/page-frame.tsx @@ -104,7 +104,7 @@ function PageFrame(props: PageFrameProps) {