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…
Bài toán: Tôi muốn lấy thông tin cổ phiếu (https://s.cafef.vn/hose/fts-cong-ty-co-phan-chung-khoan-fpt.chn) để bổ sung cho chatbot. Tuy nhiên đường dẫn URL lại không có quy tắc, do đó cần phương án…
Tình huống Tôi đã triển khai LLAMA3.2 (Instructor + Vision) trên máy chủ của tôi, chạy dưới dạng locally nhằm tiết kiệm chi phí so với việc sử dụng OpenAI…