File tree Expand file tree Collapse file tree
main/java/genai/textgeneration
test/java/genai/textgeneration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package genai .text_generation ;
17+ package genai .textgeneration ;
1818
1919// [START googlegenaisdk_textgen_with_txt]
2020
Original file line number Diff line number Diff line change 1616
1717// Tests for Gen AI SDK code samples.
1818
19- package genai .text_generation ;
19+ package genai .textgeneration ;
2020
2121import static com .google .common .truth .Truth .assertThat ;
2222import static com .google .common .truth .Truth .assertWithMessage ;
3131@ RunWith (JUnit4 .class )
3232public class TextGenerationIT {
3333
34- private final String MODEL_ID = "gemini-2.0-flash-001" ;
34+ private static final String MODEL_ID = "gemini-2.0-flash-001" ;
3535
3636 // Check if the required environment variables are set.
3737 public static void requireEnvVar (String envVarName ) {
You can’t perform that action at this time.
0 commit comments