rgreat
rgreat
I kind of worked out something like that. Thanks. Would be nice to have simpler example, without so much overhead and GUI limitations as in examples. Simple console app, maybe?...
Nice. Can you also add streaming multi-turn conversation example? With user input through ReadLn.
That's not interactive. I want to understand how to add new user questions in already present chat.
> You must maintain a history of queries and responses in a list, then reconstruct the parameter array using the FromUser and FromAssistant methods. Because the API does not handle...