cl-completions
LLM completions library
A Common Lisp library that provides a text completion system using various large language models
A Common Lisp LLM completions library
13 stars
3 watching
1 forks
Language: Common Lisp
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
atgreen/cl-chat | Provides a conversational AI interface using LLMs in Common Lisp | 13 |
atgreen/cl-embeddings | A Common Lisp library for generating word embeddings using neural network models. | 9 |
atgreen/cl-chroma | A Common Lisp interface to the Chroma vector database | 8 |
atgreen/cl-text-splitter | A Common Lisp library for splitting text into manageable segments based on document structure and layout characteristics. | 7 |
ramarren/cl-geometry | A two-dimensional computational geometry system for Common Lisp. | 48 |
atgreen/trivial-system-loader | Provides a portable system downloader/loader abstraction for Common Lisp. | 12 |
melisgl/cl-libsvm | A Common Lisp wrapper around the libsvm C++ SVM library | 16 |
hrsh7th/cmp-cmdline | Provides a Vim plugin to manage command-line completions in a unified way | 568 |
snunez1/llama.cl | A Common Lisp port of a Large Language Model (LLM) implementation | 36 |
mmontone/cl-forms | A Common Lisp library for building web forms with extensible field types and customizable rendering. | 43 |
lmj/lparallel | A Common Lisp library for parallel programming with fine-grained control over task submission and execution. | 246 |
cldm/cl-semver | A Common Lisp implementation of the Semantic Versioning Specification for version management | 14 |
atgreen/cl-etcd | A library that simplifies the integration of a distributed key-value store into Common Lisp applications | 11 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 312 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 280 |