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
d534360d
authored
2024-03-07 14:59:42 +0800
by
Jerald Lim
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
3.5
1 parent
00d21dfc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
index.js
index.js
View file @
d534360
...
...
@@ -324,7 +324,7 @@ app.get('/models', async (req, res) => {
if
(
model
.
id
.
includes
(
'gpt-3'
))
{
const
d
=
new
Date
(
model
.
created
*
1000
);
let
month
=
months
[
d
.
getMonth
()];
model
.
name
=
'GPT-3 '
+
month
+
' '
+
d
.
getDate
();
model
.
name
=
'GPT-3
.5
'
+
month
+
' '
+
d
.
getDate
();
}
else
if
(
model
.
id
==
'dall-e-2'
)
{
model
.
name
=
'DALL-E 2'
;
}
else
if
(
model
.
id
==
'dall-e-3'
)
{
...
...
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