Skip to content

Commit e6ec874

Browse files
committed
fix(models): gereksiz Meta modelleri kaldırıldı; model yapısı sadeleştirildi
1 parent 479ebc8 commit e6ec874

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

user-service/src/main/resources/newmodels.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -438,23 +438,5 @@
438438
"creditType": "ADVANCED",
439439
"category": "ENTERPRISE",
440440
"contextLength": 200000
441-
},
442-
{
443-
"provider": "Meta",
444-
"contextLength": 131072,
445-
"models": [
446-
{
447-
"name": "Meta Llama 3 70B",
448-
"modelId": "meta/llama3-70b-instruct",
449-
"maxTokens": 8192,
450-
"defaultTemperature": 0.7
451-
},
452-
{
453-
"name": "Meta Llama 3 8B",
454-
"modelId": "meta/llama3-8b-instruct",
455-
"maxTokens": 8192,
456-
"defaultTemperature": 0.7
457-
}
458-
]
459441
}
460442
]

0 commit comments

Comments
 (0)