- 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 |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| README.md | ||
| uncloseai.scm | ||
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.