Update links to /languages and add brief READMEs to all language directories

This commit is contained in:
Russell Ballestrini 2025-10-24 13:36:27 -04:00
parent 38545721a0
commit 845e747d1c
58 changed files with 800 additions and 1138 deletions

View file

@ -0,0 +1,18 @@
# Python 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/python
## Documentation
📚 See the **uncloseai. Machine Learning Reference Guide** for complete documentation.