Tonic

Results 113 comments of Tonic

CHECKLIST (WiP / Help Wanted) : - [ ] improve / rename tests - [ ] add json / chat completions client

thanks !

may i suggest improving this ollama object with test containers ollama object ? it's quite nice when everything is containerized, that's why. for coding you can do everything in code...

https://testcontainers.com/modules/ollama/ this is the object this is the pull request for python : https://github.com/testcontainers/testcontainers-python/pull/618/files but in general i really like this "ephemeral" way to make containers for this kind of...

hey there , hope i didnt take the wind out of your sails, i'm keen to look into this together if you want :-)

hey get better soon okay :-)

each agent store their last message in their history , or you can simply ready the python file as a string then pass it as an input accordingly. hope this...

yes , just do it like you would to register data to any variable. `variable = user_proxy.chat_messages[critic][-1]['content'] ` hope this helps :-) :-)