返回提交历史
Modified
g4f/Provider/PollinationsAI.py
+1
-1
Modified
g4f/Provider/local/Ollama.py
+1
-1
Modified
g4f/Provider/needs_auth/Azure.py
+1
-0
XFEstudio/gpt4free
Add emojies to labels
227e2469
代码差异
3 个文件
+3
-2
@@ -62,7 +62,7 @@ FOLLOWUPS_DEVELOPER_MESSAGE = [{
62
62
}]
63
63
64
64
class PollinationsAI(AsyncGeneratorProvider, ProviderModelMixin):
65
label = "Pollinations AI"
65
label = "Pollinations AI 🌸"
66
66
url = "https://pollinations.ai"
67
67
login_url = "https://auth.pollinations.ai"
68
68
active_by_default = True
@@ -11,7 +11,7 @@ from ...tools.run_tools import AuthManager
11
11
from ...typing import AsyncResult, Messages
12
12
13
13
class Ollama(OpenaiAPI):
14
label = "Ollama"
14
label = "Ollama 🦙"
15
15
url = "https://ollama.com"
16
16
login_url = "https://ollama.com/settings/keys"
17
17
api_endpoint = "https://ollama.com/api/chat"
@@ -12,6 +12,7 @@ from ..template import OpenaiTemplate
12
12
from ..helper import format_media_prompt
13
13
14
14
class Azure(OpenaiTemplate):
15
label = "Azure ☁️"
15
16
url = "https://ai.azure.com"
16
17
api_base = "https://host.g4f.dev/api/Azure"
17
18
working = True