pilsnerbeer
pilsnerbeer
### Steps to reproduce  1. From left bar go to ALL FILES 2. go to EXTERNAL STORAGE (make sure its enabled etc) 3. go to ALL FILES back again...
I have defined several tools: ``` var availableTools = []llms.Tool{ { Type: "function", Function: &llms.FunctionDefinition{ Name: "writeToFile", Description: "Write text content to a local file", Parameters: map[string]any{ "type": "object", "properties":...
Trying to directly send a image/png to OpenAI completions API. (Model: Gpt-4o / Mini) Snippet: ``` if imageData != nil { historyWithBinary = append(historyWithBinary, llms.MessageContent{ Role: llms.ChatMessageTypeHuman, Parts: []llms.ContentPart{ llms.BinaryPart("image/png",...
Today I noticed a function of [Android] auto-upload called "use subfolders", which sorts my uploaded photos according to their date taken into separate subfolders. However, I already have a long...