Posted inUncategorized
[AutoGen] Working with local-ollama
Tham khảo: https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/local-ollama https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-togetherai https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-groq https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-mistralai import os from dotenv import load_dotenv from autogen import ConversableAgent # Load cấu hình từ file .env load_dotenv() # Sử dụng biến môi trường…