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
50ef50e1
authored
2024-10-25 14:10:57 +0800
by
Leff Tubat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed console log
1 parent
aa38c683
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
client/src/App.js
client/src/App.js
View file @
50ef50e
...
...
@@ -150,12 +150,6 @@ function App() {
const
data
=
await
response
.
json
();
const
parsedData
=
data
.
message
?
data
.
message
.
trim
()
:
""
;
if
(
togetherAiResponse
)
{
if
(
currentModel
!==
'gpt-4o-mini'
)
{
console
.
log
(
data
)
}
}
if
(
data
.
status
===
'invalid'
){
if
(
data
.
limited
)
{
window
.
btutil_modalRegisterUpgrade
(
false
);
...
...
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