Tag

GPTs

1 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Jun 5, 2024 · Artificial Intelligence

Introduction to AI Development and Practical Applications

The article surveys AI development from early GPT experiments to real‑world deployments, explaining how tools like LangChain and Retrieval‑Augmented Generation enable sophisticated agents, multi‑prompt workflows, and function calls for chatbots, education, and creative content while addressing accuracy, resource, and ethical challenges.

AI DemosAI DevelopmentBig Models
0 likes · 34 min read
Introduction to AI Development and Practical Applications
Tencent Cloud Developer
Tencent Cloud Developer
Nov 23, 2023 · Artificial Intelligence

Calling Your Private GPTs from ChatGPT with 50 Lines of Python Code

This tutorial shows how, with about 50 lines of Python using Playwright and pyperclip, you can automate a persistent Firefox session to log into ChatGPT Plus, navigate to your private GPT URL, send prompts and retrieve responses via the clipboard, all without incurring extra API fees.

ChatGPTGPTsPlaywright
0 likes · 14 min read
Calling Your Private GPTs from ChatGPT with 50 Lines of Python Code