The Big Prompt Library repository

Post Reply
admin
Site Admin
Articles: 0
Posts: 1052
Joined: Sat May 02, 2026 10:05 am

The Big Prompt Library repository

Post by admin »

https://github.com/0xeb/TheBigPromptLibrary

The Big Prompt Library repository is a collection of various system prompts, custom instructions, jailbreak prompts, GPT/instructions protection prompts, etc. for various LLM providers and solutions (such as ChatGPT, Microsoft Copilot systems, Claude, Gab.ai, Gemini, Cohere, etc.) providing significant educational value in learning about writing system prompts and creating custom GPTs.
admin
Site Admin
Articles: 0
Posts: 1052
Joined: Sat May 02, 2026 10:05 am

Re: The Big Prompt Library repository

Post by admin »

https://github.com/mortada/fredapifredapi: Python API for FRED (Federal Reserve Economic Data)Image Image Image Image

Code: Select all

fredapi
 is a Python API for the FRED data provided by the Federal Reserve Bank of St. Louis. 

Code: Select all

fredapi
 provides a wrapper in python to the FRED web service, and also provides several convenient methods for parsing and analyzing point-in-time data (i.e. historic data revisions) from ALFRED

Code: Select all

fredapi
 makes use of 

Code: Select all

pandas
 and returns data to you in a 

Code: Select all

pandas
 

Code: Select all

Series
 or 

Code: Select all

DataFrame
Post Reply