Chat Copilot Sample Application This sample allows you to build your own integrated large language model (LLM) chat copilot. The sample is built on Microsoft Semantic Kernel and has two applications: a front-end web UI app and a back-end API server. These quick-start instructions run the sample locally. To deploy the sample to Azure, please view Deploying Chat Copilot. IMPORTANT: This sample is for educational purposes only and is not recommended for production deployments. IMPORTANT: Each c…
An open platform for training, serving, and evaluating large language model for tool learning. 🛠️ToolBench🤖 Model • Data Release • Web Demo • Tool Eval • Paper • Citation 🔨This project (ToolLLM) aims to construct open-source, large-scale, high-quality instruction tuning SFT data to facilitate the construction of powerful LLMs with general tool-use capability. We aim to empower open-source LLMs to master thousands of diverse real-world APIs. We achieve this by col…
🤖 Azure ChatGPT: Private & secure ChatGPT for internal enterprise use 💼Unleash the Power of Azure Open AI ChatGPT has grown explosively in popularity as we all know now. Business users across the globe often tap into the public service to work more productively or act as a creative assistant. However, ChatGPT risks exposing confidential intellectual property. One option is to block corporate access to ChatGPT, but people always find workarounds. This also limits the powerful capabilities of Cha…
Code for the API of CodecovCodecov API We believe that everyone should have access to quality software (like Sentry), that’s why we have always offered Codecov for free to open source maintainers. By open sourcing Codecov, we’re not only joining the community that’s supported us from the start — but also want to make sure that every developer can contribute to and build on the Codecov experience. A private Django REST Framework API intended to serve Codecov's front end. Getting Started Bu…
Collection of Summer 2023 & Summer 2024 tech internships!Summer 2024 Tech Internships by Pitt CSC & Simplify We're back! Use this repo to share and keep track of software, tech, CS, PM, quant internships for Summer 2024. The list is maintained collaboratively by the Pitt Computer Science Club and Simplify! Update (Aug 2, 2023) 🥳 You might have noticed that the repo looks a little different. We've made some exciting new changes: ⬆️ More Internship Listings! - A script automatically…
Verified darknet market and darknet service links on the Tor Network Tor / Darknet Links Find more information on DarkNetEye All the sites listed have been verified by DarkNetEye as being legitimate operations. Beware of unverified links which may result in you being scammed. DarkNetEye is one of the oldest and most established darknet news and link portals which is used by thousands of people every day to access the darknet safely. These are a selection of the most popular darknet markets and …
Sei Sei is a general purpose, open-source L1 blockchain offering the best infrastructure for the exchange of digital assets. The chain emphasizes reliability, security and high throughput above all else, enabling an entirely new echelon of ultra-high performance DeFi products built on top. Sei's on-chain CLOB and matching engine provides deep liquidity and price-time-priority matching for traders and apps. Apps built on Sei benefit from built-in orderbook infrastructure, deep liquidity, an…
Golang utility for proving and finalizing withdrawals from op-stack chains.withdrawer Golang utility for proving and finalizing ETH withdrawals from op-stack chains. Installation go install github.com/base-org/withdrawer@latest Usage Step 1 Initiate a withdrawal on L2 by sending ETH to the L2StandardBridge contract at 0x4200000000000000000000000000000000000010, and note the tx hash. Example on Base Goerli: 0xc4055dcb2e4647c37166caba8c7392625c2b62f9117a8bc4d96270da24b38f13. Note: Do not send ER…
A collection of awesome one-liners for bug bounty hunting.One-Liners Thanks to all who create these Awesome One Liners❤️ Subdomain Enumeration Juicy Subdomains subfinder -d target.com -silent | dnsprobe -silent | cut -d ' ' -f1 | grep --color 'api\|dev\|stg\|test\|admin\|demo\|stage\|pre\|vpn' from BufferOver.run curl -s https://dns.bufferover.run/dns?q=.target.com | jq -r .FDNS_A[] | cut -d',' -f2 | sort -u from Riddler.io curl -s "https://riddler.io/search/e…