Skip to content

Commit c7beb82

Browse files
authored
Adopt newest gemini flash model (#16)
1 parent 7f260f1 commit c7beb82

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Uses the free tier of Google Gemini to compare a resume to a job description and
99
|Input Name|Input Description|Required Y/N|Default Value|
1010
|----------|-----------------|------------|-------------|
1111
|GOOGLE_API_KEY|Google API key for Gemini|Y||
12-
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash-preview-05-20`|
12+
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash`|
1313
|RESUME_TEXT|The body of the resume to evaluate|Y||
1414
|RESUME_MIME_TYPE|The http mime type for the resume format|Y|`text/plain`|
1515
|CAREER_GROWTH_KEYWORDS|A list of keywords used to create a score to evaluate if the position will take your career in the desired direction|Y||
@@ -45,7 +45,7 @@ Uses the free tier of Google Gemini to compare a resume to a job description to
4545
|Input Name|Input Description|Required Y/N|Default Value|
4646
|----------|-----------------|------------|-------------|
4747
|GOOGLE_API_KEY|Google API key for Gemini|Y||
48-
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash-preview-05-20`|
48+
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash`|
4949
|RESUME_TEXT|The body of the resume to evaluate|Y||
5050
|RESUME_MIME_TYPE|The http mime type for the resume format|Y|`text/plain`|
5151
|JOB_DESCRIPTION|The body of the job description to evaluate|Y||
@@ -75,7 +75,7 @@ Uses the free tier of Google Gemini to compare a resume to a job description and
7575
|Input Name|Input Description|Required Y/N|Default Value|
7676
|----------|-----------------|------------|-------------|
7777
|GOOGLE_API_KEY|Google API key for Gemini|Y||
78-
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash-preview-05-20`|
78+
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash`|
7979
|RESUME_TEXT|The body of the resume to evaluate|Y||
8080
|RESUME_MIME_TYPE|The http mime type for the resume format|Y|`text/plain`|
8181
|JOB_DESCRIPTION|The body of the job description to evaluate|Y||
@@ -103,7 +103,7 @@ Uses the free tier of Google Gemini to check a resume for errors and final recom
103103
|Input Name|Input Description|Required Y/N|Default Value|
104104
|----------|-----------------|------------|-------------|
105105
|GOOGLE_API_KEY|Google API key for Gemini|Y||
106-
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash-preview-05-20`|
106+
|GEMINI_MODEL|The Gemini model to use (as found in the API URL)|Y|`gemini-2.5-flash`|
107107
|RESUME_FILENAME|The path and filename of the resume|Y||
108108
|RESUME_MIME_TYPE|The http mime type for the resume format|Y|`application/pdf`|
109109
|PERSONA|The role Gemini should play (typically starts, "You are..." or "Act as a...")|Y|`Act as an expert technical recruiter with a previous career in software engineering who can critically review a resume to identify errors and omissions before the candidate applies to an open position.`|

gemini-cover-outline/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ inputs:
88
GEMINI_MODEL:
99
description: Gemini Model
1010
required: true
11-
# The name says 'preview' but is publicly displayed as 'Gemini 2.5 Flash'
12-
default: gemini-2.5-flash-preview-05-20
11+
default: gemini-2.5-flash
1312
RESUME_TEXT:
1413
description: Resume Text
1514
required: true

gemini-last-looks/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ inputs:
88
GEMINI_MODEL:
99
description: Gemini Model
1010
required: true
11-
# The name says 'preview' but is publicly displayed as 'Gemini 2.5 Flash'
12-
default: gemini-2.5-flash-preview-05-20
11+
default: gemini-2.5-flash
1312
RESUME_FILENAME:
1413
# [ TODO: issue #12 ] This is the only action that has a filename input.
1514
description: Resume Filename

gemini-qualified/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ inputs:
88
GEMINI_MODEL:
99
description: Gemini Model
1010
required: true
11-
# The name says 'preview' but is publicly displayed as 'Gemini 2.5 Flash'
12-
default: gemini-2.5-flash-preview-05-20
11+
default: gemini-2.5-flash
1312
RESUME_TEXT:
1413
description: Resume Text
1514
required: true

gemini-tailor/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ inputs:
88
GEMINI_MODEL:
99
description: Gemini Model
1010
required: true
11-
# The name says 'preview' but is publicly displayed as 'Gemini 2.5 Flash'
12-
default: gemini-2.5-flash-preview-05-20
11+
default: gemini-2.5-flash
1312
RESUME_TEXT:
1413
description: Resume Text
1514
required: true

0 commit comments

Comments
 (0)