Spaces:
Build error
Build error
Update nodes/pydanticGenerator.py
Browse files
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-
|
| 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',
|