Alex Khlivnuik
Alex Khlivnuik
I think it works, at least I used it in node js. Converting brain to string (t); ``` var j = brain.value_net.toJSON(); var t = JSON.stringify(j); //brain as string ```...
I probably stupid, but what do you mean by "saving learning progress"?
@craigmcmillan01 If you using node.js I guess you should try use readFileSync instead. cause as understand your code working asynchronously, which probably mean that in the moment you call for...
I think this would help. Converting brain to string (t); ``` var j = brain.value_net.toJSON(); var t = JSON.stringify(j); //brain as string ``` Loading brain from string (t); ``` var...
> Hi BeibinLi, > > I am a complete newbie trying to make multi agent teams based on Gemini pro. > > I do have the API key. I am...
@wieniu91 I believe it happened because you didn't uninstall previous version which you installed by installing older version of autogen. Try: pip uninstall pyautogen pip install https://github.com/microsoft/autogen/archive/gemini.zip pip install pydantic==1.10.13
@wieniu91 https://support.google.com/bard/answer/14294096?hl=en probably your country is not in this list