llama.cpp/llama_cpp
Andrei 3af7b21ff1
Add functionary support (#784)
* Add common grammars and json-schema-to-grammar utility function from llama.cpp

* Pass functions to format function

* Add basic functionary formatting

* Add LlamaChatHandler for more complex chat use cases

* Add function calling example notebook

* Add support for regular chat completions alongside function calling
2023-11-03 02:12:14 -04:00
..
server Add functionary support (#784) 2023-11-03 02:12:14 -04:00
__init__.py Bump version 2023-11-02 15:53:01 -04:00
llama.py Add functionary support (#784) 2023-11-03 02:12:14 -04:00
llama_chat_format.py Add functionary support (#784) 2023-11-03 02:12:14 -04:00
llama_cpp.py Update llama.cpp 2023-11-02 14:28:15 -04:00
llama_grammar.py Add functionary support (#784) 2023-11-03 02:12:14 -04:00
llama_types.py Update llama_types.py (#849) 2023-11-01 18:50:11 -04:00
py.typed Add py.typed 2023-08-11 09:58:48 +02:00
utils.py Fix name 'open' is not defined exception. Closes #860 2023-11-02 15:30:55 -04:00