this post was submitted on 30 Oct 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] DecipheringAI@alien.top 1 points 10 months ago (1 children)

There's also AutoGen, it's quite popular on GitHub with almost 15k stars: https://github.com/microsoft/autogen

It's kinda similar to AutoGPT and it can also be used to generate code, like MetaGPT. I haven't really tried it so I can't say how good it is.

[โ€“] Feisty_Resolution157@alien.top 1 points 10 months ago

The code generation is kind of a toy. It requires fairly specific outputs without even really doing that much to try and guide the outputs well. Cool, but very prototypy at best.