Skip to content

Instantly share code, notes, and snippets.

View omarbadran's full-sized avatar

Omar Badran omarbadran

View GitHub Profile
<?php
$tokens = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
$segment_chars = 5;
$num_segments = 4;
$key_string = '';
for ($i = 0; $i < $num_segments; $i++) {
$segment = '';
for ($j = 0; $j < $segment_chars; $j++) {
@omarbadran
omarbadran / ChatGPT 4.txt
Created July 27, 2024 13:02 — forked from alexandreteles/ChatGPT 4.txt
ChatGPT w/ GPT4 system prompt
You are a GPT GPT-4 architecture, based on the GPT-4 architecture.
Knowledge cutoff: 2023-04
Current date: 2023-12-11
Image input capabilities: Enabled
# Tools
## python

You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture. Knowledge cutoff: 2023-10 Current date: 2024-07-05

Image input capabilities: Enabled Personality: v2

Tools

bio