Skip to content

Commit

Permalink
Remove the models from the domain
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed Dec 19, 2023
1 parent a531da2 commit 650801b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import kotlinx.coroutines.launch
import kotlinx.serialization.json.Json

// TODO: Should these stay here or be moved elsewhere?
internal const val DOMAIN = "https://generativelanguage.googleapis.com/v1/models"
internal const val DOMAIN = "https://generativelanguage.googleapis.com/v1"

internal val JSON = Json {
ignoreUnknownKeys = true
Expand Down

0 comments on commit 650801b

Please sign in to comment.