SimpleSallap:Cleanup notes
This commit is contained in:
parent
2981033fac
commit
593e831175
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue