Skip to content

Commit d65ae55

Browse files
committed
Fix readme
1 parent dce742e commit d65ae55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Currently, the package supports OpenAI, Azure, Anthropic, Gemini, Groq, DeepSeek
9797
```swift
9898

9999
// OpenAI
100-
let openAIConfiguration: LLMConfiguration = .openAI(.api(key: "your_openai_api_key_here")
100+
let openAIConfiguration: LLMConfiguration = .openAI(.api(key: "your_openai_api_key_here"))
101101

102102
// Gemini
103103
let geminiConfiguration: LLMConfiguration = .openAI(.gemini(apiKey: "your_gemini_api_key_here"))

0 commit comments

Comments
 (0)