From 202c0e51caf417a01d3bcd505ce7316e95d55685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Will=20=E4=BF=9D=E5=93=A5?= Date: Sat, 11 May 2024 23:55:52 +0800 Subject: [PATCH] Fix all "space" issue in the header. --- examples/Agents_Function_Calling_Barista_Bot.ipynb | 2 +- examples/Anomaly_detection_with_embeddings.ipynb | 2 +- examples/Classify_text_with_embeddings.ipynb | 2 +- examples/Guess_the_shape.ipynb | 2 +- examples/Market_a_Jet_Backpack.ipynb | 2 +- examples/Opossum_search.ipynb | 2 +- examples/Search_Wikipedia_using_ReAct.ipynb | 2 +- examples/Search_reranking_using_embeddings.ipynb | 2 +- examples/Story_Writing_with_Prompt_Chaining.ipynb | 2 +- examples/Talk_to_documents_with_embeddings.ipynb | 2 +- examples/Upload_files_to_Colab.ipynb | 2 +- quickstarts/Audio.ipynb | 2 +- quickstarts/Authentication.ipynb | 2 +- quickstarts/Authentication_with_OAuth.ipynb | 2 +- quickstarts/Counting_Tokens.ipynb | 2 +- quickstarts/Embeddings.ipynb | 2 +- quickstarts/File_API.ipynb | 2 +- quickstarts/Function_calling.ipynb | 2 +- quickstarts/Function_calling_config.ipynb | 2 +- quickstarts/JSON_mode.ipynb | 2 +- quickstarts/PDF_Files.ipynb | 2 +- quickstarts/Prompting.ipynb | 2 +- quickstarts/Safety.ipynb | 2 +- quickstarts/Streaming.ipynb | 2 +- quickstarts/System_instructions.ipynb | 2 +- quickstarts/Tuning.ipynb | 2 +- quickstarts/Video.ipynb | 2 +- quickstarts/rest/Embeddings_REST.ipynb | 2 +- quickstarts/rest/Function_calling_REST.ipynb | 2 +- quickstarts/rest/Function_calling_config_REST.ipynb | 2 +- quickstarts/rest/JSON_mode_REST.ipynb | 2 +- quickstarts/rest/Models_REST.ipynb | 2 +- quickstarts/rest/Prompting_REST.ipynb | 2 +- quickstarts/rest/Safety_REST.ipynb | 2 +- quickstarts/rest/Streaming_REST.ipynb | 2 +- quickstarts/rest/System_instructions_REST.ipynb | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/Agents_Function_Calling_Barista_Bot.ipynb b/examples/Agents_Function_Calling_Barista_Bot.ipynb index 52776e560..021ea26d5 100644 --- a/examples/Agents_Function_Calling_Barista_Bot.ipynb +++ b/examples/Agents_Function_Calling_Barista_Bot.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Anomaly_detection_with_embeddings.ipynb b/examples/Anomaly_detection_with_embeddings.ipynb index 446b13216..b81f89120 100644 --- a/examples/Anomaly_detection_with_embeddings.ipynb +++ b/examples/Anomaly_detection_with_embeddings.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Classify_text_with_embeddings.ipynb b/examples/Classify_text_with_embeddings.ipynb index 540432191..26fc689ea 100644 --- a/examples/Classify_text_with_embeddings.ipynb +++ b/examples/Classify_text_with_embeddings.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Guess_the_shape.ipynb b/examples/Guess_the_shape.ipynb index da1479505..05b73bde1 100644 --- a/examples/Guess_the_shape.ipynb +++ b/examples/Guess_the_shape.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Market_a_Jet_Backpack.ipynb b/examples/Market_a_Jet_Backpack.ipynb index e3b5e5afb..0ce2a8996 100644 --- a/examples/Market_a_Jet_Backpack.ipynb +++ b/examples/Market_a_Jet_Backpack.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Opossum_search.ipynb b/examples/Opossum_search.ipynb index 10a93d5a9..93094e4ad 100644 --- a/examples/Opossum_search.ipynb +++ b/examples/Opossum_search.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Search_Wikipedia_using_ReAct.ipynb b/examples/Search_Wikipedia_using_ReAct.ipynb index 33d7ac0bc..f20d14f22 100644 --- a/examples/Search_Wikipedia_using_ReAct.ipynb +++ b/examples/Search_Wikipedia_using_ReAct.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Search_reranking_using_embeddings.ipynb b/examples/Search_reranking_using_embeddings.ipynb index 435d8ef1a..742f8d72f 100644 --- a/examples/Search_reranking_using_embeddings.ipynb +++ b/examples/Search_reranking_using_embeddings.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Story_Writing_with_Prompt_Chaining.ipynb b/examples/Story_Writing_with_Prompt_Chaining.ipynb index 256d6a594..dca9494e8 100644 --- a/examples/Story_Writing_with_Prompt_Chaining.ipynb +++ b/examples/Story_Writing_with_Prompt_Chaining.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Talk_to_documents_with_embeddings.ipynb b/examples/Talk_to_documents_with_embeddings.ipynb index 1199e5c02..eac00dc53 100644 --- a/examples/Talk_to_documents_with_embeddings.ipynb +++ b/examples/Talk_to_documents_with_embeddings.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/examples/Upload_files_to_Colab.ipynb b/examples/Upload_files_to_Colab.ipynb index 0ed5acbad..b5dfc0e3d 100644 --- a/examples/Upload_files_to_Colab.ipynb +++ b/examples/Upload_files_to_Colab.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Audio.ipynb b/quickstarts/Audio.ipynb index 63c7f20b3..3ecc02f7f 100644 --- a/quickstarts/Audio.ipynb +++ b/quickstarts/Audio.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Authentication.ipynb b/quickstarts/Authentication.ipynb index fc7209871..8926e37eb 100644 --- a/quickstarts/Authentication.ipynb +++ b/quickstarts/Authentication.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Authentication_with_OAuth.ipynb b/quickstarts/Authentication_with_OAuth.ipynb index 15a0873c0..a1ffd78fb 100644 --- a/quickstarts/Authentication_with_OAuth.ipynb +++ b/quickstarts/Authentication_with_OAuth.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Counting_Tokens.ipynb b/quickstarts/Counting_Tokens.ipynb index 3df33f153..a6a43df3d 100644 --- a/quickstarts/Counting_Tokens.ipynb +++ b/quickstarts/Counting_Tokens.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Embeddings.ipynb b/quickstarts/Embeddings.ipynb index eb10de3e5..032e57282 100644 --- a/quickstarts/Embeddings.ipynb +++ b/quickstarts/Embeddings.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/File_API.ipynb b/quickstarts/File_API.ipynb index 05b0163fb..fb83abf1f 100644 --- a/quickstarts/File_API.ipynb +++ b/quickstarts/File_API.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Function_calling.ipynb b/quickstarts/Function_calling.ipynb index 55e56c54c..14f5bd856 100644 --- a/quickstarts/Function_calling.ipynb +++ b/quickstarts/Function_calling.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Function_calling_config.ipynb b/quickstarts/Function_calling_config.ipynb index 673a6ac82..76a86f77e 100644 --- a/quickstarts/Function_calling_config.ipynb +++ b/quickstarts/Function_calling_config.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/JSON_mode.ipynb b/quickstarts/JSON_mode.ipynb index d49f813e1..6a102ce05 100644 --- a/quickstarts/JSON_mode.ipynb +++ b/quickstarts/JSON_mode.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/PDF_Files.ipynb b/quickstarts/PDF_Files.ipynb index 5f27ffe0d..e361369e3 100644 --- a/quickstarts/PDF_Files.ipynb +++ b/quickstarts/PDF_Files.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Prompting.ipynb b/quickstarts/Prompting.ipynb index 083b0ee53..b6c2cf66a 100644 --- a/quickstarts/Prompting.ipynb +++ b/quickstarts/Prompting.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Safety.ipynb b/quickstarts/Safety.ipynb index dbc2c211e..da9495387 100644 --- a/quickstarts/Safety.ipynb +++ b/quickstarts/Safety.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Streaming.ipynb b/quickstarts/Streaming.ipynb index 928a9b1fe..aba67713b 100644 --- a/quickstarts/Streaming.ipynb +++ b/quickstarts/Streaming.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/System_instructions.ipynb b/quickstarts/System_instructions.ipynb index 38575682e..a9f3ec372 100644 --- a/quickstarts/System_instructions.ipynb +++ b/quickstarts/System_instructions.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Tuning.ipynb b/quickstarts/Tuning.ipynb index b070b34a5..875780dc0 100644 --- a/quickstarts/Tuning.ipynb +++ b/quickstarts/Tuning.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/Video.ipynb b/quickstarts/Video.ipynb index 55d1f3b72..62fa27fbd 100644 --- a/quickstarts/Video.ipynb +++ b/quickstarts/Video.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Embeddings_REST.ipynb b/quickstarts/rest/Embeddings_REST.ipynb index 9f1b116df..275f904da 100644 --- a/quickstarts/rest/Embeddings_REST.ipynb +++ b/quickstarts/rest/Embeddings_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Function_calling_REST.ipynb b/quickstarts/rest/Function_calling_REST.ipynb index ab65d1d66..cb89b5c36 100644 --- a/quickstarts/rest/Function_calling_REST.ipynb +++ b/quickstarts/rest/Function_calling_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Function_calling_config_REST.ipynb b/quickstarts/rest/Function_calling_config_REST.ipynb index bd2464c79..f4ff5d05c 100644 --- a/quickstarts/rest/Function_calling_config_REST.ipynb +++ b/quickstarts/rest/Function_calling_config_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/JSON_mode_REST.ipynb b/quickstarts/rest/JSON_mode_REST.ipynb index 998eee2b7..ad364e770 100644 --- a/quickstarts/rest/JSON_mode_REST.ipynb +++ b/quickstarts/rest/JSON_mode_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Models_REST.ipynb b/quickstarts/rest/Models_REST.ipynb index 4f08cf8bf..0b79e8b16 100644 --- a/quickstarts/rest/Models_REST.ipynb +++ b/quickstarts/rest/Models_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Prompting_REST.ipynb b/quickstarts/rest/Prompting_REST.ipynb index 6011fac9e..c8c53e82d 100644 --- a/quickstarts/rest/Prompting_REST.ipynb +++ b/quickstarts/rest/Prompting_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Safety_REST.ipynb b/quickstarts/rest/Safety_REST.ipynb index 52f13a0d1..719af99ac 100644 --- a/quickstarts/rest/Safety_REST.ipynb +++ b/quickstarts/rest/Safety_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/Streaming_REST.ipynb b/quickstarts/rest/Streaming_REST.ipynb index 5b4cedc08..1154a37de 100644 --- a/quickstarts/rest/Streaming_REST.ipynb +++ b/quickstarts/rest/Streaming_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n", diff --git a/quickstarts/rest/System_instructions_REST.ipynb b/quickstarts/rest/System_instructions_REST.ipynb index caacdbfb7..ed0f277b7 100644 --- a/quickstarts/rest/System_instructions_REST.ipynb +++ b/quickstarts/rest/System_instructions_REST.ipynb @@ -18,7 +18,7 @@ }, "outputs": [], "source": [ - "#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n", + "# @title Licensed under the Apache License, Version 2.0 (the \"License\");\n", "# you may not use this file except in compliance with the License.\n", "# You may obtain a copy of the License at\n", "#\n",