Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ An open-source Swift package designed for effortless interaction with OpenAI's p
- [Installation](#installation)
- [Compatibility](#compatibility)
- [Usage](#usage)
- [Azure OpenAI](#azure-openai)
- [AIProxy](#aiproxy)
- [Ollama](#ollama)
- [Groq](#groq)

- [Collaboration](#collaboration)

## Description
Expand Down Expand Up @@ -105,9 +100,11 @@ to stay on the bleeding edge.

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

- [Azure OpenAI](#azure-openai)
- [Gemini](#gemini)
- [Ollama](#ollama)
- [Groq](#groq)
- [Gemini](#gemini)
- [AIProxy](#aiproxy)

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

Expand Down
Loading