Skip to content

Commit

Permalink
Update intro4_session2.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina-Luo authored Dec 11, 2023
1 parent 6f63a9d commit 6138a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/intro4_session2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"# let us check the OpenAI api service\n",
"api_service = li.OpenAIService(\n",
" # api_key = api_key2, # you can change the api key here - default to OPENAI_API_KEY\n",
" # token_encoding_name, # or token encoding name - default to OpenAI ChatCompletion\n",
" # token_encoding_name, # or token encoding name - default to "cl100k_base"\n",
" max_requests_per_minute=10, # or rate limits - default to OpenAI tier-1 `gpt-4`\n",
" max_tokens_per_minute=10_000\n",
" )\n",
Expand Down

0 comments on commit 6138a7d

Please sign in to comment.