pilsnerbeer

Results 14 issues of pilsnerbeer

### Steps to reproduce ![Screenshot_2](https://user-images.githubusercontent.com/36133540/68547005-eea99100-03dc-11ea-83e7-0fd89ad14a78.png) 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...

bug
0. Needs triage

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...

enhancement
hotspot: organizing