Skip to content

Commit

Permalink
update to PDL notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Mandana Vaziri <[email protected]>
  • Loading branch information
vazirim committed Oct 15, 2024
1 parent 620e80f commit 66bde4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/PDL/Prompt_Declaration_Language.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@
"text:\n",
"- |\n",
" Here is some info about the location of the function in the repo.\n",
" repo: \n",
" ${ CODE.repo_info.repo }\n",
" path: ${ CODE.repo_info.path }\n",
" Function_name: ${ CODE.repo_info.function_name }\n",
" repo: \n",
" ${ CODE.repo_info.repo }\n",
" path: ${ CODE.repo_info.path }\n",
" Function_name: ${ CODE.repo_info.function_name }\n",
"\n",
"\n",
" Explain the following code:\n",
" ```\n",
" ${ CODE.source_code }```\n",
" Explain the following code:\n",
" ```\n",
" ${ CODE.source_code }```\n",
"- model: replicate/ibm-granite/granite-20b-code-instruct-8k\n",
" parameters:\n",
" temperature: 0\n",
Expand Down

0 comments on commit 66bde4c

Please sign in to comment.