Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
47196b21
authored
2025-03-06 09:58:49 +0800
by
John O'nel Bulos
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
35129_compliance_chatbotplus
1 parent
3a15657d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
client/src/ChatBox.js
client/src/SideMenu.js
client/src/suggestedOptions.js
client/src/ChatBox.js
View file @
47196b2
...
...
@@ -44,7 +44,7 @@ const ChatBox = ({chatLog, setChatInput, handleSubmit, chatInput, startedInterac
<
/form
>
<
div
id
=
"openai_disclaimer"
>
<
a
href
=
"https://ai-pro.org/disclaimer/"
target
=
"_blank"
rel
=
"noreferrer"
>
AI
-
PRO
is
powered
by
OpenAI
.
<
br
/>
We
are
neither
affiliated
nor
related
We
are
neither
affiliated
nor
related
to
OpenAI
.
<
/a
>
<
/div
>
...
...
client/src/SideMenu.js
View file @
47196b2
...
...
@@ -11,7 +11,7 @@ const SideMenu = ({
<
aside
className
=
"sidemenu"
>
<
div
className
=
"ai-logo-container"
>
<
h3
className
=
"mb-0"
>
Chatbot
+<
/h3
>
<
h5
>
powered
by
OpenAI
<
/h5
>
{
/* <h5>powered by OpenAI</h5> */
}
<
/div
>
<
div
className
=
"side-menu-button"
onClick
=
{
clearChat
}
>
<
span
>+<
/span
>
...
...
client/src/suggestedOptions.js
View file @
47196b2
...
...
@@ -23,7 +23,7 @@ const SuggestedOptions = ({ setChatInput }) => {
<
div
className
=
"suggestedrow title"
>
<
div
className
=
"suggested-header-title"
>
<
p
>
Chatbot
+<
/p
>
<
p
>
powered
by
OpenAI
<
/p
>
{
/* <p>powered by OpenAI</p> */
}
<
/div
>
<
p
>
This
chatbot
is
capable
of
answering
questions
and
generating
text
based
on
the
input
you
provide
.
<
/p
>
<
/div
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment