Skip to content

Commit 06bbd0a

Browse files
committed
Bump version to 0.3.0 in README
1 parent c4ace62 commit 06bbd0a

File tree

2 files changed

+67
-4
lines changed

2 files changed

+67
-4
lines changed

Package.resolved

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Add this package to your `Package.swift`:
6262

6363
```swift
6464
dependencies: [
65-
.package(url: "https://github.com/mattt/AnyLanguageModel.git", from: "0.2.0")
65+
.package(url: "https://github.com/mattt/AnyLanguageModel.git", from: "0.3.0")
6666
]
6767
```
6868

@@ -245,8 +245,8 @@ let response = try await session.respond {
245245
}
246246
```
247247

248-
Gemini models use an internal ["thinking process"](https://ai.google.dev/gemini-api/docs/thinking)
249-
that improves reasoning and multi-step planning.
248+
Gemini models use an internal ["thinking process"](https://ai.google.dev/gemini-api/docs/thinking)
249+
that improves reasoning and multi-step planning.
250250
You can configure how much Gemini should "think" using the `thinking` parameter:
251251

252252
```swift
@@ -289,7 +289,7 @@ let model = GeminiLanguageModel(
289289
Fetches and analyzes content from URLs mentioned in prompts
290290

291291
> [!TIP]
292-
> Gemini server tools are not available as client tools (`Tool`) for other models.
292+
> Gemini server tools are not available as client tools (`Tool`) for other models.
293293
294294
### Ollama
295295

0 commit comments

Comments
 (0)