Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f939c28b
authored
Mar 08, 2025
by
1808837298@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Adjust DeepSeek cache ratio to 0.1
parent
a36d6de8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setting/operation_setting/cache_ratio.go
+3
-3
No files found.
setting/operation_setting/cache_ratio.go
View file @
f939c28b
...
...
@@ -16,9 +16,9 @@ var defaultCacheRatio = map[string]float64{
"gpt-4o-mini-2024-07-18"
:
0.5
,
"gpt-4o-realtime-preview"
:
0.5
,
"gpt-4o-mini-realtime-preview"
:
0.5
,
"deepseek-chat"
:
0.
5
,
"deepseek-reasoner"
:
0.
5
,
"deepseek-coder"
:
0.
5
,
"deepseek-chat"
:
0.
1
,
"deepseek-reasoner"
:
0.
1
,
"deepseek-coder"
:
0.
1
,
}
var
defaultCreateCacheRatio
=
map
[
string
]
float64
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment