SimpleSallap:Cleanup notes

This commit is contained in:
hanishkvc 2025-12-04 11:36:49 +05:30
parent 2981033fac
commit 593e831175
2 changed files with 5 additions and 6 deletions

View File

@ -346,6 +346,3 @@ their respective functionalities.
Add support for base64 encoded pdf passing to ai models, when the models and llama engine gain that capability
in turn using openai file - file-data type sub block within content array or so ...
See why the ai streamed response not showing up in TCExternalAi chat session ui, even thou the content is getting
appended to its DivStream. IE why it is hidden.

View File

@ -1,7 +1,9 @@
// @ts-check
// A simple implementation of GenAi/LLM chat web client ui / front end logic.
// It handshake with ai server's completions and chat/completions endpoints
// and helps with basic usage and testing.
// A simple minded GenAi/LLM chat web client implementation.
// Handshakes with
// * ai server's completions and chat/completions endpoints
// * simpleproxy tool calls provider
// Helps with basic usage and testing.
// by Humans for All