mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Compare commits
4 Commits
931ae3af05
...
d79f957106
Author | SHA1 | Date | |
---|---|---|---|
|
d79f957106 | ||
|
fb3af2a08f | ||
|
eb193ac0ff | ||
|
313f259b06 |
@ -212,6 +212,11 @@
|
||||
transition: all ease 0.3s;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
transform: translateX(-4px);
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-item:hover > .chat-item-delete {
|
||||
|
@ -523,20 +523,15 @@ const openaiModels = [
|
||||
];
|
||||
|
||||
const googleModels = [
|
||||
"gemini-1.0-pro", // Deprecated on 2/15/2025
|
||||
"gemini-1.5-pro-latest",
|
||||
"gemini-1.5-pro",
|
||||
"gemini-1.5-pro-002",
|
||||
"gemini-1.5-pro-exp-0827",
|
||||
"gemini-1.5-flash-latest",
|
||||
"gemini-1.5-flash-8b-latest",
|
||||
"gemini-1.5-flash",
|
||||
"gemini-1.5-flash-8b",
|
||||
"gemini-1.5-flash-002",
|
||||
"gemini-1.5-flash-exp-0827",
|
||||
"learnlm-1.5-pro-experimental",
|
||||
"gemini-exp-1114",
|
||||
"gemini-exp-1121",
|
||||
"gemini-exp-1206",
|
||||
"gemini-2.0-flash",
|
||||
"gemini-2.0-flash-exp",
|
||||
|
Loading…
Reference in New Issue
Block a user