Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Apr 3, 2024
1 parent 1e48a4b commit 32ea4b5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ internal constructor(
safetySettings,
tools,
requestOptions,
APIController(apiKey, modelName, requestOptions.toInternal(), "genai-android/${BuildConfig.VERSION_NAME}"),
APIController(
apiKey,
modelName,
requestOptions.toInternal(),
"genai-android/${BuildConfig.VERSION_NAME}"
),
)

/**
Expand Down

0 comments on commit 32ea4b5

Please sign in to comment.