mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-01 03:27:01 +00:00
🫴 refactor: Add Broader Support for GPT-OSS Naming (#9978)
This commit is contained in:
parent
7897801fbc
commit
7288449011
4 changed files with 25 additions and 2 deletions
|
|
@ -257,7 +257,10 @@ const aggregateModels = {
|
|||
// misc.
|
||||
kimi: 131000,
|
||||
// GPT-OSS
|
||||
'gpt-oss': 131000,
|
||||
'gpt-oss:20b': 131000,
|
||||
'gpt-oss-20b': 131000,
|
||||
'gpt-oss:120b': 131000,
|
||||
'gpt-oss-120b': 131000,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue