uncloseai.com/public/languages/scheme
Russell Ballestrini 71101019ab Fix Scheme implementation: Add GnuTLS support and fix model discovery
- Add guile-gnutls package to Dockerfile for HTTPS support
- Fix unbound variables by ensuring proper module imports (rnrs bytevectors, srfi srfi-43)
- Fix vector/list handling in model discovery with vector->list conversion
- All tests now pass: model discovery, non-streaming chat, and streaming chat work correctly
2025-10-24 20:41:24 -04:00
..
Dockerfile Fix Scheme implementation: Add GnuTLS support and fix model discovery 2025-10-24 20:41:24 -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.scm Fix Scheme implementation: Add GnuTLS support and fix model discovery 2025-10-24 20:41:24 -04:00

Scheme 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/scheme

Documentation

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