Skip to content

Commit b33fefa

Browse files
committed
Merge branch 'hotfix/5.284.1'
2 parents 0e3ad4c + 770e91a commit b33fefa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.284.0
1+
VERSION=5.284.1

duckchat/duckchat-impl/src/main/java/com/duckduckgo/duckchat/impl/models/DuckAiModelsService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
package com.duckduckgo.duckchat.impl.models
1818

19-
import com.duckduckgo.anvil.annotations.ContributesNonCachingServiceApi
19+
import com.duckduckgo.anvil.annotations.ContributesServiceApi
2020
import com.duckduckgo.di.scopes.AppScope
2121
import retrofit2.http.GET
2222
import retrofit2.http.Url
2323

24-
@ContributesNonCachingServiceApi(AppScope::class)
24+
@ContributesServiceApi(AppScope::class)
2525
interface DuckAiModelsService {
2626
@GET
2727
suspend fun getModels(@Url url: String): AIChatModelsResponse

0 commit comments

Comments
 (0)