Skip to content

Commit

Permalink
fix wrong keyword argument in LLMLingua2.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaliar committed Apr 30, 2024
1 parent 40ac969 commit a5569c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/LLMLingua2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
" \"stream\": False,\n",
"}\n",
"response = openai.ChatCompletion.create(\n",
" engine=\"gpt-4-32k\",\n",
" model=\"gpt-4-32k\",\n",
" **request_data,\n",
")\n",
"print(json.dumps(response, indent=4))"
Expand Down

0 comments on commit a5569c9

Please sign in to comment.