Posted inUncategorized [Gemini API] Hướng dẫn sử dụng Gemini API https://docs.ag2.ai/docs/topics/non-openai-models/cloud-gemini Posted by taipm December 24, 2024
Posted inUncategorized [ag2] The Open Source AGENTOS https://ag2.ai https://docs.ag2.ai/docs/Home#option-2-install-autogen-locally-using-virtual-environment https://docs.ag2.ai/docs/FAQ#code-execution https://docs.ag2.ai/docs/FAQ#set-your-api-endpoints https://github.com/ag2ai/build-with-ag2/tree/main/cookbook https://github.com/ag2ai/ag2 https://docs.ag2.ai/docs/contributor-guide/docker https://github.com/ag2ai PYAUTOGEN pip install pyautogen Posted by taipm December 24, 2024
Posted inUncategorized Autogen https://docs.ag2.ai/docs/Getting-Started https://docs.ag2.ai/docs/autogen-studio/usage pip install autogen Ví dụ 01 - Khởi động import os from autogen import AssistantAgent, UserProxyAgent llm_config = {"model": "gpt-4o-mini", "api_key": os.environ["OPENAI_API_KEY"]} assistant = AssistantAgent("assistant", llm_config=llm_config) user_proxy =… Posted by taipm December 23, 2024
Posted inUncategorized Cuộc Cách Mạng Trò Chuyện AI: Bot Telegram Thông Minh Được Hỗ Trợ Bởi Ollama và Qwen autogen_code_excutor main.py telegram_bot: rag_exo_bot (rag_bot) Mở Đầu: Trí tuệ nhân tạo (AI) đang len lỏi vào mọi ngóc ngách của cuộc sống, và chatbot AI là một minh chứng rõ… Posted by taipm December 23, 2024
Posted inUncategorized [RAG] (Locally) Xây dựng chatbot (Telegram) sử dụng LLM + OllamaLLM (RAG) để truy vấn dữ liệu từ files (pdf, docx, …) Chương trình này là một ứng dụng chatbot mạnh mẽ, cho phép người dùng tương tác với các tài liệu nội bộ thông qua giao diện Telegram. Nó tích hợp… Posted by taipm December 12, 2024
Posted inUncategorized Using Clusters to Boost LLMs BÀI TOÁN THỰC TẾ Tôi đang có (1) Máy Mac Studio M1 Ultra (64G, 1TB) và (2) Macbook Pro M1 Pro (16, 512), tôi muốn tận dụng 02 máy tính… Posted by taipm December 10, 2024
Posted inUncategorized [Langflow] – Cài đặt trên locally https://github.com/taipm/Langflow.git Posted by taipm December 9, 2024
Posted inUncategorized [N8N] – Tự hosting Kích hoạt sẽ có key miễn phí gửi về Vào email active code Posted by taipm December 9, 2024
Posted inUncategorized [AudioBook] Dự án tạo audio từ Text To Speech https://github.com/taipm/audio_book.git Posted by taipm December 7, 2024
Posted inUncategorized [macOS] Dọn dẹp ổ cứng Bước 1: Xóa cache Dựa trên thông tin trong ảnh, ổ cứng của bạn gần như đầy và phần lớn dung lượng chiếm bởi các mục như Documents, System Data,… Posted by taipm December 6, 2024