Anthropic's educational coursesAnthropic Courses Welcome to Anthropic's eductional courses.
A cloud-based code editing environment with an AI copilot and real-time collaboration.Sandbox 📦🪄 Sandbox is an open-source cloud-based code editing environment with custom AI code autocompletion and real-time collaboration. Check out the Twitter thread with the demo video! Running Locally Frontend Install dependencies cd frontend npm install Add the required environment variables in .env (example file provided in .env.example). You will need to make an account on Clerk and Liveblocks to get AP…
A service that can convert ChatGPT on the web to OpenAI API format.CHAT2API 🤖 一个简单的 ChatGPT TO API 代理 🌟 无需账号即可使用免费、无限的 GPT-3.5 💥 支持 AccessToken 使用账号,支持 GPT-4、GPT-4o、 GPTs 🔍 回复格式与真实 API 完全一致,适配几乎所有客户端 交流群 https://t.me/chat2api 要提问请先阅读完仓库文档,尤其是常见问题部分。 提问时请提供: 启动日志截图(敏感信息打码,包括环境变量和版本号) 报错的日志信息(敏感信息打码) 接口返回的状态码和响应体 功能 最新版 v1.2.0 已完成 流式、非流式传输 免登录 GPT-3.5 对话 GPT-3.5 对话(传入模型名不包含 gpt-4,则默认使用 gpt-3.5,也就是 text-davinci-002-render-sha) GPT-4 对话(传入模型名包含: gpt-4,gpt-4o,gpt-4-moblie 即可使用对应模型,需传入 Access…
An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.Bussin Web X An alternative to the World Wide Web (http(s)://), with: its own custom browser written in Rust with GTK, custom HTML, CSS and Lua engine (yup, no javascript! 🎉), custom DNS allowing Top-Level domains such as rizz, sigma, lol, dev, etc, and search engine at buss://dingle.it. File structure …
Your image is almost there!Omost Omost is a project to convert LLM's coding capability to image generation (or more accurately, image composing) capability. The name Omost (pronunciation: almost) has two meanings: 1) everytime after you use Omost, your image is almost there; 2) the O mean "omni" (multi-modal) and most means we want to get the most out of it. Omost provides LLMs models that will write codes to compose image visual contents with Omost's virtual Canvas agent. This …
DIY Instagram Chat Automation with Google Sheetsinsta-chat The simplest Instagram chat automation tool made with Google Sheets, for my wife. 60 lines of Javascript for the frontend (Code.gs, index.html) 60 lines of Python for the backend (bot.py) Made with <3 Background My wife is a Youtuber/Influencer. One day, I saw her about to subscribe to an Instagram chat automation tool for $15/month. She needed to automatically reply to comments containing specific keywords, with a predefined mess…
TypeSpec Official Docs | Try TypeSpec Online | Getting Started | Language Overview TypeSpec is a language for defining cloud service APIs and shapes. TypeSpec is a highly extensible language with primitives that can describe API shapes common among REST, OpenAPI, gRPC, and other protocols. TypeSpec is excellent for generating many different API description formats, client and service code, documentation, and many other assets. All this while keeping your TypeSpec definition as a single source o…
The Swift Concurrency Migration Guide This repository contains the source for The Swift Concurrency Migration Guide, which is built using Swift-DocC. Contributing See the contributing guide for instructions on contributing to the Swift Migration Guide. Building Run docc preview Guide.docc in this repository's root directory. After running DocC, open the link that docc outputs to display a local preview in your browser. Note: If you installed DocC by downloading a toolchain from Swift.org, …
Collection of awesome LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models. 🌟 Awesome LLM Apps A curated collection of awesome LLM apps built with RAG and AI agents. This repository features LLM apps that use models from OpenAI, Anthropic, Google, and even open-source models like LLaMA that you can run locally on your computer. 🤔 Why Awesome LLM Apps? 💡 Discover practical and creative ways LLMs can be applied across different domains, from…