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
7e30965a
authored
2023-11-23 10:14:27 +0800
by
Jerald Lim
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add beta
1 parent
296bbfa6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
client/src/SideMenu.js
index.js
client/src/SideMenu.js
View file @
7e30965
...
...
@@ -33,7 +33,7 @@ const SideMenu = ({
{
models
&&
models
.
length
?
(
models
.
map
((
model
,
index
)
=>
(
<
option
key
=
{
model
.
id
}
value
=
{
model
.
id
}
>
{
model
.
id
}
{
model
.
id
}
{
model
.
beta
?
"(beta)"
:
""
}
<
/option
>
))
)
:
(
...
...
index.js
View file @
7e30965
...
...
@@ -293,6 +293,7 @@ app.get('/models', async (req, res) => {
opensource_models
.
forEach
((
model
)
=>
{
models
.
data
.
push
({
id
:
model
,
beta
:
true
,
});
})
...
...
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