add function calling tags

This commit is contained in:
simonpfish 2023-10-17 13:33:54 -07:00
parent 6d3db1374b
commit ccab1feb18

View File

@ -105,6 +105,7 @@
- prestontuggle - prestontuggle
tags: tags:
- completions - completions
- functions
- title: Get embeddings - title: Get embeddings
path: examples/Get_embeddings.ipynb path: examples/Get_embeddings.ipynb
@ -132,6 +133,7 @@
- joe-at-openai - joe-at-openai
tags: tags:
- completions - completions
- functions
- title: How to call functions with chat models - title: How to call functions with chat models
path: examples/How_to_call_functions_with_chat_models.ipynb path: examples/How_to_call_functions_with_chat_models.ipynb
@ -141,6 +143,7 @@
- joe-at-openai - joe-at-openai
tags: tags:
- completions - completions
- functions
- title: How to count tokens with tiktoken - title: How to count tokens with tiktoken
path: examples/How_to_count_tokens_with_tiktoken.ipynb path: examples/How_to_count_tokens_with_tiktoken.ipynb
@ -414,6 +417,7 @@
- kristapratico - kristapratico
tags: tags:
- completions - completions
- functions
- title: Translate a book writen in LaTeX from Slovenian into English - title: Translate a book writen in LaTeX from Slovenian into English
path: examples/book_translation/translate_latex_book.ipynb path: examples/book_translation/translate_latex_book.ipynb
@ -986,6 +990,7 @@
tags: tags:
- completions - completions
- embeddings - embeddings
- functions
- title: Neon as a vector database - title: Neon as a vector database
path: examples/vector_databases/neon/README.md path: examples/vector_databases/neon/README.md