Philippe Charrière
Philippe Charrière
With Sat embedded, the [`sat.New()`](https://github.com/suborbital/sat/blob/cc72e9dba978e4bee8c6f258b0d4da69b2555baa/sat/sat.go#L54) function triggers a line of log even if the `traceProvider` parameter equals `nil`: ```bash {"log_message":"(W) configured to use HTTP with no TLS","timestamp":"2022-06-05T11:47:03.328707564Z","level":2,"app":{"sat_version":"v0.1.4"}} ```
If we can fetch more information from de CLI, it will be easy to create CI and CD script to "pilot" the CLI from a lot of tools (Jenkins, Travis,...
Subo `v0.4.2` I did 2 kinds of installation on Linux: ```bash brew tap suborbital/subo brew install subo ``` and ```bash git clone --depth=1 https://github.com/suborbital/subo.git cd subo make subo ``` When...
I added some information to help to use the templates.
Can a conversational chat be implemented with the memory buffer (`memory.NewConversationBuffer()`) with `llms.GenerateFromSinglePrompt`? I can't find where I can inject the history of the chat. Is it by using `prompts.NewChatPromptTemplate`...
### Is your feature request related to a problem? Please describe. I publish my wasm plugin on wapm.io or a GitLab Generic Package registry. At the start of `wws` I...