From ccab1feb187f7c1ccdcf376b52779b7283b97441 Mon Sep 17 00:00:00 2001 From: simonpfish Date: Tue, 17 Oct 2023 13:33:54 -0700 Subject: [PATCH] add function calling tags --- registry.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/registry.yaml b/registry.yaml index 19d2fd49e2..2e07dfd124 100644 --- a/registry.yaml +++ b/registry.yaml @@ -105,6 +105,7 @@ - prestontuggle tags: - completions + - functions - title: Get embeddings path: examples/Get_embeddings.ipynb @@ -132,6 +133,7 @@ - joe-at-openai tags: - completions + - functions - title: How to call functions with chat models path: examples/How_to_call_functions_with_chat_models.ipynb @@ -141,6 +143,7 @@ - joe-at-openai tags: - completions + - functions - title: How to count tokens with tiktoken path: examples/How_to_count_tokens_with_tiktoken.ipynb @@ -414,6 +417,7 @@ - kristapratico tags: - completions + - functions - title: Translate a book writen in LaTeX from Slovenian into English path: examples/book_translation/translate_latex_book.ipynb @@ -986,6 +990,7 @@ tags: - completions - embeddings + - functions - title: Neon as a vector database path: examples/vector_databases/neon/README.md