What's Changed
-
Enhanced
PullModel
with Visual Feedback
Integrated visual feedback inPullModel
during model retrieval, improving the user experience by providing progress updates. -
Updated
Generate
Function for Streaming Responses
Modified theGenerate
function to support real-time response handling via channels, allowing for seamless streaming of responses. -
Expanded
GeneratePayload
Struct
Added new fields (Suffix
,Images
,System
,Template
,Context
,Stream
,Raw
,KeepAlive
) to theGeneratePayload
struct, offering increased customization options in API requests. -
Documentation Updates
UpdatedREADME.md
and examples to reflect recent changes, ensuring documentation is up-to-date with the latest features.