Skip to content

Commit

Permalink
Using model gemini-1.5-pro-002
Browse files Browse the repository at this point in the history
  • Loading branch information
truongnh1992 committed Oct 29, 2024
1 parent 78138b2 commit 0e32094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/review_code_gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_ai_response(prompt: str) -> List[Dict[str, str]]:
try:
response = gemini_client.generate_text(
prompt=prompt,
model="models/code-bison-001",
model="gemini-1.5-pro-002",
temperature=0.2,
max_output_tokens=700,
)
Expand Down

0 comments on commit 0e32094

Please sign in to comment.