Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
PandoraNext-tokensTool v 0.6.7版本
Browse files Browse the repository at this point in the history
优化前端,输入账号密码不能使用空格
  • Loading branch information
Yanyutin753 committed Jan 16, 2024
1 parent 3f95a3e commit a0d3629
Show file tree
Hide file tree
Showing 42 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class chatController {
modelsUsage = new HashMap<>();
modelsUsage.put("gpt-4", 0);
modelsUsage.put("gpt-3.5-turbo", 0);
modelsUsage.put("gpt-3.5-turbo-0301", 0);
modelsUsage.put("text-embedding-ada-002", 0);
copilotTokenList = new HashMap<>();
coCopilotTokenList = new HashMap<>();
machineId = generateMachineId();
Expand Down
1 change: 1 addition & 0 deletions rearServer/src/main/resources/static/css/673.d935196a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rearServer/src/main/resources/static/css/896.0149ab10.css

This file was deleted.

2 changes: 1 addition & 1 deletion rearServer/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Welcome to PandoraNext-TokensTool</title><script defer="defer" src="js/chunk-vendors.612ab552.js"></script><script defer="defer" src="js/app.89f0c06a.js"></script><link href="css/chunk-vendors.8a308144.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Welcome to PandoraNext-TokensTool</title><script defer="defer" src="js/chunk-vendors.612ab552.js"></script><script defer="defer" src="js/app.f4a0ed5a.js"></script><link href="css/chunk-vendors.8a308144.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions rearServer/src/main/resources/static/js/673.f867f655.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a0d3629

Please sign in to comment.