darsoarafa commited on
Commit
09debb4
·
verified ·
1 Parent(s): 241ad24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #agent = Agent('gemini-1.5-flash') # OK-1
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