Skip to content

Commit 2459ba7

Browse files
committed
remove oai list
1 parent deae73f commit 2459ba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/quickstart/quick_start.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@
347347
"id": "5936bb57-b0f1-419a-a1a4-9d3bcd1f5c23",
348348
"metadata": {},
349349
"source": [
350-
"In order for the optimization code to run, create a file with name `OAI_CONFIG_LIST` in the same folder as this notebook. This file should look the same as [OAI_CONFIG_LIST](https://github.com/microsoft/autogen/blob/main/OAI_CONFIG_LIST_sample).\n",
351-
"\n",
352350
"The code below looks like any PyTorch code. We can break it down to a few steps:\n",
353351
"1. We first import an optimizer from `opto.optimizers`.\n",
354352
"2. The bundled function `strange_sort_list` has a convenience method `.parameters()` for us to grab all the trainable parameters in it. In this case, the trainable parameter is just the function code itself.\n",

0 commit comments

Comments
 (0)