Skip to content

Commit

Permalink
extra parameters (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrochabrun authored Nov 17, 2024
1 parent c3a04bb commit c1be624
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 71 deletions.
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

0 comments on commit c1be624

Please sign in to comment.