Sarathrsk03 commited on
Commit
ff94d68
·
verified ·
1 Parent(s): 270a979

Update nodes/pydanticGenerator.py

Browse files
Files changed (1) hide show
  1. nodes/pydanticGenerator.py +1 -1
nodes/pydanticGenerator.py CHANGED
@@ -17,7 +17,7 @@ client = genai.Client()
17
 
18
  def pydanticGenerator(receipt_text):
19
  response = client.models.generate_content(
20
- model='gemini-2.5-flash',
21
  contents=receipt_text,
22
  config=types.GenerateContentConfig(
23
  response_mime_type='application/json',
 
17
 
18
  def pydanticGenerator(receipt_text):
19
  response = client.models.generate_content(
20
+ model='gemini-3-flash-preview',
21
  contents=receipt_text,
22
  config=types.GenerateContentConfig(
23
  response_mime_type='application/json',