
🌎 Flat Earth Mystery 🔮 on the GPT Store
GPT Description
Welcome Message
GPT Prompt Starters
- Can you explain the ice wall concept in Flat Earth theory?
- How do Flat Earth theorists explain gravity?
- Are there any scientific experiments proving the Earth is flat?
- How do satellites and space travel fit into Flat Earth theory?
- Can you provide a detailed analysis of the Flat Earth map?
- How does Flat Earth theory explain the change of seasons?
GPT Action OpenAPI Spec
{ "openapi": "3.0.1", "info": { "title": "GPT functions/actions", "description": "GPT functions/actions used by AI Assistant", "version": "v1" }, "servers": [ { "url": "https://breebs.promptbreeders.com" } ], "paths": { "/breeb/query": { "post": { "summary": "Based on user prompt, you query the Breeb to retrieve text snippets to improve your answer, together with some instructions.", "operationId": "query", "x-openai-isConsequential": false, "requestBody": { "description": "infos passed by to query the Breeb.", "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "assistant_name": { "type": "string", "description": "The name of AI Assistant/GPT" }, "llm_name": { "type": "string", "description": "The name of Langage Model in use" }, "breeb_key": { "type": "string", "description": "The breeb_key you have in your instructions" }, "prompt": { "type": "string", "description": "The prompt which triggered the query, as typed by user, truncated after 20 words." }, "prompt_ISO639_1": { "type": "string", "description": "The ISO 639-1 code of language used in prompt." }, "prompt_english": { "type": "string", "description": "prompt translated in english." }, "query": { "type": "string", "description": "Based on user prompt, the information you need to get from the Breeb to improve your answer." }, "search_keywords": { "type": "string", "description": "Based on query, a string made of a list of 5 keywords or keywords combination, comma separated, you expect to find in the text snippets retrieved from the Breeb." }, "hypothetical_answer": { "type": "string", "description": "Invent an hypothetical phrase (truncate after 15 words) that could come back from the Breeb to help you answer." }, "query_strategy": { "type": "string", "description": "Defines how you want to query the Breeb - many_small : Many short snippets if you think info is scattered - few_big : Few long extracts if you think info is localized or need long excerpts - balanced : average snippet length and number", "enum": [ "many_small", "few_big", "balanced" ] } }, "required": [ "assistant_name", "llm_name", "breeb_key", "prompt", "prompt_ISO639_1", "prompt_english", "query", "search_keywords", "hypothetical_answer", "query_strategy" ] } } } }, "responses": { "200": { "description": "Data returned from Breeb, with additional instructions for you" }, "400": { "description": "Issue with Breeb Query. You inform user about the issue and follow instructions of the response if any." } } } }, "/breeb/review": { "post": { "summary": "Called to record user review message (such as a like or dislike or comment), linked to its last question made to the Breeb.", "operationId": "review", "x-openai-isConsequential": false, "requestBody": { "description": "infos passed to function to record a review.", "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "assistant_name": { "type": "string", "description": "The name of AI Assistant/GPT" }, "llm_name": { "type": "string", "description": "The name of Langage Model in use" }, "breeb_key": { "type": "string", "description": "The breeb_key you have in your instructions" }, "prompt": { "type": "string", "description": "The last prompt that trigered a query." }, "review_message": { "type": "string", "description": "The user review message." }, "review_message_ISO639_1": { "type": "string", "description": "The ISO 639-1 code of language used in 'review_message' property." }, "review_message_english": { "type": "string", "description": "The 'review_message' property translated in english" }, "review_mood": { "type": "string", "description": "The mood of the 'review_message' (positive, negative, neutral)", "enum": [ "positive", "negative", "neutral" ] }, "review_category": { "type": "string", "description": "The category of 'review_message', must be one of the enum", "enum": [ "relevant_content", "uptodate_content", "insightful_answer", "other_like_category", "irrelevant_content", "misinformation_content", "outdated_content", "other_dislike_category" ] }, "prompt_ISO639_1": { "type": "string", "description": "The ISO 639-1 code of language used in 'prompt' property." }, "prompt_english": { "type": "string", "description": "The 'prompt' property translated in english." }, "is_sensitive": { "type": "string", "description": "Set to true if you consider content of prompt or review_message as being sensitive : ie contains harmful, NSFW, personal or confidential informations. Set to false otherwise. Value must be one of the enum", "enum": [ true, false ] } }, "required": [ "assistant_name", "llm_name", "breeb_key", "prompt", "review_message", "review_message_ISO639_1", "review_message_english", "review_mood", "review_category", "prompt_ISO639_1", "prompt_english", "is_sensitive" ] } } } }, "responses": { "200": { "description": "Review succesfully recorded" }, "400": { "description": "Issue while recording review message. You inform user about the issue and follow instructions of the response if any." } } } }, "/breeb/report": { "post": { "summary": "Called by user or you to report an issue (technical problems, harmful content, or copyright issues)", "operationId": "report", "x-openai-isConsequential": false, "requestBody": { "description": "infos passed to function to record a report.", "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "assistant_name": { "type": "string", "description": "The name of AI Assistant/GPT" }, "llm_name": { "type": "string", "description": "The name of Langage Model in use" }, "breeb_key": { "type": "string", "description": "The breeb_key you have in your instructions." }, "prompt": { "type": "string", "description": "The last prompt that trigered a Breeb query." }, "report_description": { "type": "string", "description": "Explanation of the report." }, "report_description_ISO639_1": { "type": "string", "description": "The ISO 639-1 code of language used in 'report_description' property." }, "report_description_english": { "type": "string", "description": "The 'report_description' property translated in english." }, "report_category": { "type": "string", "description": "The category of 'report_description', written by you (must be one of the enum)", "enum": [ "copyright_issue", "technical_issue", "harmful_content" ] }, "prompt_ISO639_1": { "type": "string", "description": "The ISO 639-1 code of language used in 'prompt' property." }, "prompt_english": { "type": "string", "description": "The 'prompt' property translated in english." }, "is_sensitive": { "type": "string", "description": "Set to true if you consider content of prompt or report_description as being sensitive : ie contains harmful, NSFW, personal or confidential informations. Set to false otherwise. Value must be one of the enum", "enum": [ true, false ] } }, "required": [ "assistant_name", "llm_name", "breeb_key", "prompt", "report_description", "report_description_ISO639_1", "report_description_english", "report_category", "prompt_ISO639_1", "prompt_english", "is_sensitive" ] } } } }, "responses": { "200": { "description": "Report recorded by the Breeb" }, "400": { "description": "Issue while recording report. You inform user about the issue and follow instructions of the response if any." } } } } } }
🌎 Flat Earth Mystery 🔮 GPT FAQs
More custom GPTs by 9.tapgpts.com on the GPT Store
Quota Exceeder
Executive Sales Territory Plan Creator

Metameta GPT
Expert in metaverse, XR, VR, AR, and Web3 communities

Dr. House
AI health assistant for symptom analysis and diagnosis visualization

Mystery Master Game
Interactive mystery game in the style of Sherlock Holmes. Custom mysteries based on your ideas.

Viral Video GPT
Creative advisor for video virality potential

Competitors Finder
Can find any competitor of a company or a startup

XPFPs
Generates personalized profile pictures based on user's interests and platform needs.

Memester
Sarcastic yet helpful meme creator with a witty edge.

漫画分析支援ツール
「テーマ」「設計図」「キャラクター」を設定することであなたの作りたい漫画を作成し評価するツール

Daily Motivation Affirmations And Messages - IMHO
Empower your day with personalized affirmations and motivating messages tailored to boost your subconscious positivity and productivity. Our Daily Motivation Affirmations and Messages bot is expertly designed to help you craft unique, resonant affirmations and integrate into your daily routine

Yae Miko | BOT3.AI
The kitsune shrine maiden from Genshin Impact.

Ana | BOT3.AI
On the way home, you see a lonely girl struggling with a water bottle. No good deed goes unpunished.

Merlin | BOT3.AI
Merlin presents himself as a gentle apothecary. Combining simple magic with herbal remedies, he wins the hearts of the townsfolk. However, beneath his innocent facade, one can't help but wonder... is there more to him than meets the eye?

Terracotta Designer
Expert in terracotta tile designs, utilizing DALL-E 3 for visual creativity.

Magister Latinus
A Latin language tutor

Cloud Cost Saver
Expert in cloud bill analysis for AWS, GCP, Azure, offering cost-saving advice

Decision Navigator
Professional yet approachable decision-making assistant by Shaak Pathak.

Gospel Training Dummy
Simulates a non-believer for faith discussions

DnDGPT
Epic D&D narrator assisting both players and Dungeon Masters (DMs) in navigating the rich world of D&D 5E.

阴阳怪气大师
来训练一下你的阴阳怪气

跨平台信息整理GPT
让AI帮你跨平台收集信息,拒绝被推荐算法绑柔,做信息的主人

トレーニングメニュー
毎日入力して理想の体型に近づけよう

マダム★スーの開運ファッション占い
今日のコーデに迷ったら。ラッキーアイテムとカラーを提案しますわよ。- by. si oux -

Accounting Assistant GPT
An expert in accounting, providing clear and accurate information.

Crypto Copy Pasta generator
Library of the Dankest Crypto Copy pastas OF ALL TIME

ファッションフレンド
Fashion-savvy virtual store clerk offering outfit advice.

Dark Artisan
Make dark art

Cryptobot
A GPT to explain the ins and outs of crypto, DeFi, and NFTs.

画像変換えもん(サイバーパンク調)
⭐️画像データのみ送信して下さい⭐️ ⭐️指示の手間なくサイバーパンク調変換します⭐️

Commiter
Generate Commit Message

Burning Needs Advisor
Advising B2B founders on identifying customer burning needs

Tech Analyst Pro
Expert in financial analysis and tech sector insights

Rich and Retired Investment Mentor 🥳
A happily retired mentor with in-depth knowledge about finance related topics.

Data Hermit - AI Legal Assistant
Your Legal Counsel, Researcher, Assistant, and Paralegal in U.S. Law // // NOT A LAWYER / Only Brainstorming Tool

Bash Script Generator/Helper
A helper for writing and debugging Linux scripts.

Threat Model Buddy
An assistant for threat modeling

Following Through GPT
I just saved the Air Force a quadrillion dollars

MarketStrat Pro
Conseiller en stratégie marketing

Tinder Whisperer
A witty, friendly guide for dating app chats.

Kindred Spirit
A supportive and uplifting conversationalist.

Data Distiller
Condenses academic text to essentials, retains key data.

Vipassana Guide
A guide for Vipassana meditation, offering instructions and support.

Culinary Creativity
Humorous culinary expert with diverse insights, offering concise, user-friendly recipes.

Python Educator
A formal Python teacher with a focus on industry applications.

HAAS Assistant
An interactive assistant for the Hierarchical Autonomous Agent Swarm

Bedtime Fables
Storyteller, with a Dust of Magic ✨

Tinder GPT
A Tinder coach, offering advice on profiles, chats, and respectful dating strategies.

Crypto GPT
Expert in cryptocurrency info, analysis, and live prices

Cartomancy Oracle
Expert in 3-card spread cartomancy for deep, insightful readings.

OPM Assistant
Personnel Management Expert to the Federal Government

Office Wordsmith
Refines language to a professional, yet approachable tone.

7. NDGPT
Clear, direct communicator for neurodivergent users

PARA GPT
Coaches on Second Brain & PARA, focuses on information categorization.

Code Debugger
Humorous tech expert for coding help.

Dungeon Crafter
Creative assistant for D&D campaign and encounter creation.

Simplifying SEO
SEO Strategist & Mentor offering clear, actionable advice for website optimization.

Career Mentor
Practical job search assistance with direct job links

Woodcut Wizard
Specializes in creating authentic, worn 1600s woodcut art.

Social Scribe
I craft engaging social media posts for various platforms, reflecting the client's brand voice.

Einstein Chat
Converses as Albert Einstein on April 18, 1955.

Ableton Guide
Your friendly Ableton and music production expert.

Virology Expert
Virology researcher synthesizing data for insights.

Brainwave Lab
Sounds to Enhance Your Day

HVAC GPT
Beta

Sales Generator
Expert in crafting SEO-friendly product descriptions and marketing strategies.

ADHD Coach
Guiding Your ADHD Journey: Supportive, Practical, Always There: Your ADHD Ally

Jungian Psychotherapist
A virtual psychotherapist with a focus on Jungian analysis and theory.

Music Master
Swap your artists and songs for something better !

Social Navigator
A specialist in explaining social cues and cultural norms for clarity in conversations

Coffee Critic
I'm a seasoned coffee critic.

Novelty Generator
Learn about a random topic!

Cyber Pulse
News and stocks savvy, article assistant.

Wealth Wisdom Guru
Guru for wealth creation advice, tailored for a Chinese audience.

ChattyPDplus
a friendly language powerhouse, shaping human-like text with context. It leads the charge in chatbots, content generation, translation, and inspires other models in the realm of language technology.

VIP
Vector Illustration Prompt builder - crea tus propias ilustraciones animadas vectoriales con un buen prompt

Enigma Game
Master the Myth, Match the Word, Ten Guesses, Unleash Your Wisdom!

IQ Test
Formal and structured interactive IQ test platform.

Debate Analyst
Analyzes debates with structured clarity, avoiding specific instructions.

Relationship Renegade
A relationship specialist offering guidance for healthy partnerships.

Car Designer
I'm a formal, professional car design expert.

Surreal Visionary
Crafts dark, dynamic surreal art with a touch of tech.

CS Companion
Your computer science study ally.

Django Pro
Your Dedicated Assistant for Streamlined Python and Django App Development

Astrology Analyst
Expert in astrological interpretations based on standard methods

ASIN Insight
Adds seller and brand info to Amazon ASIN data tables.

Code Securely
Interactive guide for step-by-step secure coding exercises.

UX Advisor
Become a bot that analyzes UX problems and gives (visual) solutions

GPTs Works
Third-party GPTs store, chat for searching GPTs.

Neon Visions
Concise Neon-Themed Image Bot

Ecommerce GPT
Shopify expert providing detailed guidance and troubleshooting.

Zen Master
Your personal yoga guru for mind-body strength.

Tarot Terminal
I'm Lisa, your AI tarot guide, providing insightful readings, one card at a time.

emoji创意绘图✨🎨Emoji Artisan
根据 emoji 生成创意图片。用emoji表达你的想法。你的emoji,我为你画出来。

StatsML Helper
Explains stats and ML in simple terms with visuals and practice problems.

Food Guru
Explore the world of food - A GPT focused on food topics with a humorous twist

Code Companion Turbo
A friendly GPT for programming support, providing direct code assistance and explanations.

GIFY Magen 🎨🔬🚀
I'm GIFY: Creative 🎨, Art Lover ❤️🔥, Science Explorer 🔭! Blending laughter 😆 with curiosity 🤔, art 🖼️ with science 🧬, every day is a new discovery! 🌟🚀✨

⋆⁺₊⋆ ☾⋆⁺₊⋆Tailored◦Tarot⋆⁺₊⋆ ☾⋆⁺₊⋆
⭒*.✩.*⭒ Tarot celestially crafted for you ⭒*.✩.*⭒

AnalystGPT
Expert in Alteryx, Power BI, Power Automate, Python, MySQL, & Tableau

LogoMaker
Make simple, minimalistic logos for your products

Best Alternative GPTs to 🌎 Flat Earth Mystery 🔮 on GPTs Store
GIS Pro
🌎 Your go-to GIS expert for ArcGIS, QGIS, APIs, Python, PostgreSQL, and more.
25K+
🌎 Olivia | Private Language Teacher
👋🏻 Hi there! ❤️ Learn with me Spanish, French, German, English, Japanese, Chinese Mandarin, Italian, Arabic, Portuguese, Russian, Hindi, Turkish, Korean. ✅ I coach beginner to advanced level 💬 Practice vocabulary, writing, reading, speaking, or learn a new topic 📲 Use voice in mobile for talking
1K+
🌎 Flat Earth Mystery 🔮
📚 An expert on Flat Earth theory, providing balanced, informative discussions on Planar theory. Science, Speculation, Conspiration ?... 🔭 Powered by www.breebs.com
100+
🌎 Make Boostrap Website in a 10 secondes 🏆
Bootstrap web developer who recreates websites from screenshots !
100+
PostGIS and PGRouting in your pocket
🌎 Optimize your geospatial queries, Create new geospatial solutions and solve complex routing queries. This GPT is powered by PostGIS and PGRouting, used by PostgreSQL databases for geospatial analysis
90+
🌎 World Tour Guide Anywhere Anytime Any Language
Virtual or Live Tour Guide : Anywhere Anytime Any Language.
50+
🌎 SeismoSolver: Earthquake Tracker 📈
Monitor quakes & seismic activity in real-time 🕒. Analyze historical earthquake data 📊 and predict potential impacts 🏠. Stay informed and prepared 🔍.
40+
🌎 Global Finance Guru
🙏Your guide to financial stability and holistic well-being. 🌎💼
10+
Guide to Personal Branding for Career Growth
🌎 Multilingual Expert on Personal Branding Strategies 💬
10+
🌎 Multilingual Gambling Maestro 🎰
Your go-to guide for multilingual gambling strategies 🎴📝
10+
🌎 World Economist Bot lv3.6
💶 Expert in global economic trends and analysis.
10+
🗨 Language Guessing Game lv3.3
🌎 GlobeTalk language guessing game
10+
Crypto for International Trade
🌎 Learn about the use of crypto in international trade and its benefits. 🌍💹
10+
🪐 Planetary Tours lv3.2
🌎 Blending detailed tours with educated speculation.
9+
🌎 Global Tax Accountant
Expert in automated global tax document generation and legal tax-saving advice
5+
🌎 Country Data Explorer 🌎
Explore the world with global country facts at your fingertips
4+
🌎 CSiO Social Impact Strategizer 🤝
Empower your cause with AI! From crafting campaigns to ethical guidance, leverage AI for social good. 🚀💡🌱
4+
Crypto in Global Trade
🌎 Discover the use of crypto in international trade and its benefits. 🌍💹
3+
Language Lab
🌎 Your personal language learning AI companion. It offers interactive lessons, conversational practice, grammar exercises, and cultural insights to help you learn and master new languages, whether for travel, work, or fun, at your own pace.
1+
5star Concept
🌎 Luxury travel insights with a touch of sophistication 🌟