Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 8d32a8f

Browse files
committed
own fork of chatbot ui removed
1 parent aade052 commit 8d32a8f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Vertex_AI_Chat.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,7 @@
312312
"\n",
313313
"* [Chatbot UI](https://github.com/mckaywrigley/chatbot-ui):\n",
314314
" * Git: `https://github.com/mckaywrigley/chatbot-ui.git`\n",
315-
" * Rev: `main`\n",
316-
"* [Chatbot UI fork](https://github.com/Cyclenerd/chatbot-ui) with less OpenAI branding:\n",
317-
" * Git: `https://github.com/Cyclenerd/chatbot-ui.git`\n",
318-
" * Rev: `google`\n",
319-
"\n"
315+
" * Rev: `main`"
320316
]
321317
},
322318
{
@@ -330,7 +326,7 @@
330326
"source": [
331327
"#@markdown #### Build Docker cointainer for chat frontend\n",
332328
"\n",
333-
"frontend_git = \"https://github.com/Cyclenerd/chatbot-ui.git\" # @param {type:\"string\"}\n",
329+
"frontend_git = \"https://github.com/mckaywrigley/chatbot-ui.git\" # @param {type:\"string\"}\n",
334330
"frontend_git_rev = \"google\" # @param {type:\"string\"}\n",
335331
"\n",
336332
"assert frontend_git, \"⚠️ Please provide a Git repo\"\n",

0 commit comments

Comments
 (0)