mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 23:45:08 -05:00
feat: add image generation support with OpenAI image generation model
## CHANGES - Add `--image-file` flag for saving generated images - Implement image generation tool integration with OpenAI - Support image editing with attachment input files - Add comprehensive test coverage for image features - Update documentation with image generation examples - Fix HTML formatting issues in README - Improve PowerShell code block indentation - Clean up help text formatting and spacing
This commit is contained in:
@@ -28,6 +28,7 @@ type ChatOptions struct {
|
||||
MaxTokens int
|
||||
Search bool
|
||||
SearchLocation string
|
||||
ImageFile string
|
||||
}
|
||||
|
||||
// NormalizeMessages remove empty messages and ensure messages order user-assist-user
|
||||
|
||||
Reference in New Issue
Block a user