Skip to content

Commit

Permalink
Update fw_autogen_image_gen.ipynb (#64)
Browse files Browse the repository at this point in the history
Fix duplicate api key spec
  • Loading branch information
devashishtyagi authored Feb 9, 2024
1 parent 926dc9e commit 9bf90eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/function_calling/fw_autogen_image_gen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"config_list = [\n",
" {\n",
" \"model\": \"accounts/fireworks/models/firefunction-v1\",\n",
" \"api_key\": \"YOUR_FW_API_KEY\",\n",
" \"api_key\": FW_API_KEY,\n",
" \"base_url\": \"https://api.fireworks.ai/inference/v1\",\n",
" \"temperature\": 0.0\n",
" }\n",
Expand Down Expand Up @@ -298,4 +298,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 9bf90eb

Please sign in to comment.