This website requires JavaScript.
Explore
Help
Sign In
xinyin025
/
ChatGPT-Next-Web
Watch
1
Star
0
Fork
0
You've already forked ChatGPT-Next-Web
mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced
2026-05-29 21:03:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
77e321c7cba2313a97dfcd628e448d78b4b285a2
ChatGPT-Next-Web
/
app
/
utils
History
Dean-YZG
8093d1ffba
feat: 1) Present 'maxtokens' as properties tied to a single model. 2) Remove the original author's implementation of the send verification logic and replace it with a user input validator. Pre-verification 3) Provides the ability to pull the 'User Visible modellist' provided by 'provider' 4) Provider-related parameters are passed in the constructor of 'providerClient'. Not passed in the 'chat' method
2024-05-17 21:11:21 +08:00
..
cloud
feat: 1)upload image with type 'heic' 2)change the empty message to ';' for models 3)
2024-05-13 16:24:15 +08:00
chat.ts
feat: 1)upload image with type 'heic' 2)change the empty message to ';' for models 3)
2024-05-13 16:24:15 +08:00
checkers.ts
feat: Solve the problem of using openai interface protocol for user-defined claude model & add some famous webdav endpoints
2024-04-09 20:49:51 +08:00
client.ts
feat: model provider refactor done
2024-05-15 21:38:25 +08:00
clone.ts
fix
:
#3207
ensure corner case
2023-11-10 15:15:43 +08:00
cors.ts
fix: auto migrate proxy config
2024-03-14 03:03:46 +08:00
format.ts
feat: add upstash redis cloud sync
2023-09-19 03:18:34 +08:00
hooks.ts
feat: 1) Present 'maxtokens' as properties tied to a single model. 2) Remove the original author's implementation of the send verification logic and replace it with a user input validator. Pre-verification 3) Provides the ability to pull the 'User Visible modellist' provided by 'provider' 4) Provider-related parameters are passed in the constructor of 'providerClient'. Not passed in the 'chat' method
2024-05-17 21:11:21 +08:00
merge.ts
…
model.ts
feat: fix 1)the property named 'role' of the first message must be 'user' 2)if default summarize model 'gpt-3.5-turbo' is blocked, use currentModel instead 3)if apiurl&apikey set by location, useCustomConfig would be opened
2024-05-06 19:26:39 +08:00
object.ts
feat: dev done
2024-04-07 11:32:57 +08:00
store.ts
feat:
close
#935
add azure support
2023-11-10 02:43:37 +08:00
sync.ts
feat: add upstash redis cloud sync
2023-09-19 03:18:34 +08:00
token.ts
…