Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f99e6e9

Browse files
committed
remove not used code
1 parent d739a77 commit f99e6e9

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

19_whisper_and_gpt.ipynb

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -528,33 +528,6 @@
528528
"source": [
529529
"print(response)"
530530
]
531-
},
532-
{
533-
"cell_type": "code",
534-
"execution_count": 49,
535-
"metadata": {},
536-
"outputs": [
537-
{
538-
"name": "stderr",
539-
"output_type": "stream",
540-
"text": [
541-
"INFO:llama_index.indices.common_tree.base:> Building index from nodes: 25 chunks\n",
542-
"INFO:openai:error_code=None error_message='That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID 5c1195390060f2e44198c8fc88d24405 in your message.)' error_param=None error_type=server_error message='OpenAI API error received' stream_error=False\n",
543-
"WARNING:/Users/xuwenhao/miniconda3/envs/geektime/lib/python3.10/site-packages/langchain/chat_models/openai.py:Retrying langchain.chat_models.openai.ChatOpenAI.completion_with_retry.<locals>._completion_with_retry in 4.0 seconds as it raised RateLimitError: That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID 5c1195390060f2e44198c8fc88d24405 in your message.).\n"
544-
]
545-
}
546-
],
547-
"source": [
548-
"response = list_index.query(\"请你总结一下我们的播客内容:\", response_mode=\"tree_summarize\")\n",
549-
"print(response)"
550-
]
551-
},
552-
{
553-
"cell_type": "code",
554-
"execution_count": null,
555-
"metadata": {},
556-
"outputs": [],
557-
"source": []
558531
}
559532
],
560533
"metadata": {

0 commit comments

Comments
 (0)