在AutoGen.Net中免费使用Github Model上的gpt-4o、llama及更多LLMs
原文英文,约400词,阅读约需2分钟。发表于: 。Github recently introduced Github Models, which allows us to try and test from a wide range of model types, sizes, and specializations FOR FREE. Considering the wide range of available models...
Github最近推出了Github Models,允许我们免费尝试和测试各种模型类型、大小和专业化。使用AutoGen.Net集成Github Models的方法如下:创建一个dotnet控制台应用程序,添加AutoGen 0.2.0包,使用Llama-3.1 405B模型进行简单的聊天示例。然而,由于是免费的,使用服务有一定限制,适合尝试和娱乐,但不适合严肃的重型工作。