uncloseai.com/public/languages/commonlisp
2025-10-24 14:27:38 -04:00
..
Dockerfile Consolidate Scheme and Common Lisp into single uncloseai files with environment-based discovery 2025-10-24 14:03:01 -04:00
README.md Update links to /languages and add brief READMEs to all language directories 2025-10-24 13:36:27 -04:00
uncloseai.lisp Fix Common Lisp to handle both vector and list responses from /models API 2025-10-24 14:27:38 -04:00

Commonlisp Implementation

OpenAI-compatible API client with streaming support.

Features

  • Chat completions (streaming & non-streaming)
  • Text-to-speech generation
  • Dynamic model discovery via environment variables

Source Code

View the full implementation in the git repository: https://git.unturf.com/engineering/unturf/uncloseai.com/-/tree/master/public/languages/commonlisp

Documentation

📚 See the uncloseai. Machine Learning Reference Guide for complete documentation.