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

XFEstudio/gpt4free

Complete Perplexity cookie provider implementation with model mappings and documentation

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

ed329675
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
提交于

代码差异

1 个文件 +6 -3
Modified g4f/providers/any_model_map.py +6 -3
@@ -53,7 +53,8 @@ model_map = {
53 53 "openrouter:openai/gpt-4o-2024-05-13"
54 54 ],
55 55 "GithubCopilot": "gpt-4o",
56 "OpenRouter": "openai/gpt-4o:extended"
56 "OpenRouter": "openai/gpt-4o:extended",
57 "Perplexity": "gpt-4o"
57 58 },
58 59 "gpt-4o-mini": {
59 60 "Blackbox": "gpt-4o-mini",
@@ -1320,7 +1321,8 @@ model_map = {
1320 1321 "claude-3-5-haiku": {
1321 1322 "PollinationsAI": "claude",
1322 1323 "LMArenaBeta": "claude-3-5-haiku-20241022",
1323 "Anthropic": "claude-3-5-haiku-20241022"
1324 "Anthropic": "claude-3-5-haiku-20241022",
1325 "Perplexity": "claude-3.5-haiku"
1324 1326 },
1325 1327 "gemini-2.5-flash-lite": {
1326 1328 "PollinationsAI": "gemini",
@@ -2048,7 +2050,8 @@ model_map = {
2048 2050 "claude-3-5-sonnet": {
2049 2051 "LMArenaBeta": "claude-3-5-sonnet-20241022",
2050 2052 "PuterJS": "claude-3-5-sonnet-20240620",
2051 "Anthropic": "claude-3-5-sonnet-20241022"
2053 "Anthropic": "claude-3-5-sonnet-20241022",
2054 "Perplexity": "claude-3.5-sonnet"
2052 2055 },
2053 2056 "hunyuan-large-vision": {
2054 2057 "LMArenaBeta": "hunyuan-large-vision"