Update links to /languages and add brief READMEs to all language directories
This commit is contained in:
parent
38545721a0
commit
845e747d1c
58 changed files with 800 additions and 1138 deletions
18
public/languages/python/README.md
Normal file
18
public/languages/python/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue