Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,8 @@ You are a helper that extracts SalesOrder information from text and formats it a
|
|
87 |
|
88 |
|
89 |
|
90 |
-
|
91 |
-
agent = Agent(model) # OK-2
|
92 |
|
93 |
|
94 |
|
|
|
87 |
|
88 |
|
89 |
|
90 |
+
agent = Agent('gemini-1.5-flash') # OK-1
|
91 |
+
#agent = Agent(model) # OK-2
|
92 |
|
93 |
|
94 |
|