From 3582b5d6dd17d760dd4a59b0a6f47dd23db44db8 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Wed, 20 Mar 2024 09:19:16 -0400 Subject: [PATCH] Remove left over comments Missing fix from #86 --- .../com/google/ai/client/generativeai/common/APIController.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/src/main/kotlin/com/google/ai/client/generativeai/common/APIController.kt b/common/src/main/kotlin/com/google/ai/client/generativeai/common/APIController.kt index bd18784e..13cfccc2 100644 --- a/common/src/main/kotlin/com/google/ai/client/generativeai/common/APIController.kt +++ b/common/src/main/kotlin/com/google/ai/client/generativeai/common/APIController.kt @@ -61,8 +61,6 @@ val JSON = Json { * Exposed primarily for DI in tests. * @property key The API key used for authentication. * @property model The model to use for generation. - * @property apiVersion the endpoint version to communicate with. - * @property timeout the maximum amount of time for a request to take in the initial exchange. */ class APIController internal constructor(