XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Fix unittests

ba76b9ba
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -2
Modified g4f/Provider/LambdaChat.py +0 -2
@@ -19,7 +19,6 @@ class LambdaChat(HuggingChat):
19 19 default_model,
20 20 reasoning_model,
21 21 "hermes-3-llama-3.1-405b-fp8",
22 "hermes3-405b-fp8-128k",
23 22 "llama3.1-nemotron-70b-instruct",
24 23 "lfm-40b",
25 24 "llama3.3-70b-instruct-fp8"
@@ -27,7 +26,6 @@ class LambdaChat(HuggingChat):
27 26 model_aliases = {
28 27 "deepseek-v3": default_model,
29 28 "hermes-3": "hermes-3-llama-3.1-405b-fp8",
30 "hermes-3": "hermes3-405b-fp8-128k",
31 29 "nemotron-70b": "llama3.1-nemotron-70b-instruct",
32 30 "llama-3.3-70b": "llama3.3-70b-instruct-fp8"
33 31 }