Skip to content

Commit c1be624

Browse files
extra parameters (#101)
1 parent c3a04bb commit c1be624

File tree

3 files changed

+76
-71
lines changed

3 files changed

+76
-71
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ An open-source Swift package designed for effortless interaction with OpenAI's p
1616
- [Installation](#installation)
1717
- [Compatibility](#compatibility)
1818
- [Usage](#usage)
19-
- [Azure OpenAI](#azure-openai)
20-
- [AIProxy](#aiproxy)
21-
- [Ollama](#ollama)
22-
- [Groq](#groq)
23-
2419
- [Collaboration](#collaboration)
2520

2621
## Description
@@ -105,9 +100,11 @@ to stay on the bleeding edge.
105100

106101
SwiftOpenAI supports various providers that are OpenAI-compatible, including but not limited to:
107102

103+
- [Azure OpenAI](#azure-openai)
104+
- [Gemini](#gemini)
108105
- [Ollama](#ollama)
109106
- [Groq](#groq)
110-
- [Gemini](#gemini)
107+
- [AIProxy](#aiproxy)
111108

112109
Check OpenAIServiceFactory for convenience initializers that you can use to provide custom URLs.
113110

0 commit comments

Comments
 (0)