Skip to content

Commit

Permalink
fix: number of max calls
Browse files Browse the repository at this point in the history
  • Loading branch information
FRV-SERVICES committed May 3, 2024
1 parent 23d6287 commit a7188cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __pipeline__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"long_lived_token = naas.secret.get('NAAS_API_TOKEN')\n",
"entity_start = 0\n",
"entity_end = None\n",
"limit_linkedin = 5\n",
"limit_llm = 5\n",
"limit_linkedin = 30\n",
"limit_llm = 50\n",
"cron = \"0 12 * * *\"\n",
"\n",
"# Outputs\n",
Expand Down

0 comments on commit a7188cd

Please sign in to comment.