Skip to content

Commit

Permalink
fixed syntax issue
Browse files Browse the repository at this point in the history
missing comma that prevents the code from running correctly
  • Loading branch information
SichengStevenLi authored Jul 30, 2024
1 parent ee931d4 commit e125d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def main(args):
sql_database,
tables=["city_stats"],
llm=llm,
embed_model=embed_model
embed_model=embed_model,
return_raw=True
)

Expand Down

0 comments on commit e125d7c

Please sign in to comment.