/MindGPT

Study project, see how GPT thinks and operates like a human.

Primary LanguageHTMLMIT LicenseMIT

MindGPT

Study project, see how GPT thinks and operates like a human.

Key Points to Study:

  • Goal oriented workflow
    • Goal breakdown and execution (Semantic Kernel)
    • Under-constrained problem solving
    • Decision making process
  • Mind system
    • Memory (long-term, short-term)
    • Information -> Knowledge -> Wisdom
  • Personality
    • Your mind is your mind

Setup

define environments:

MIND_AZURE_ENDPOINT: Azure OpenAI Endpoint
MIND_AZURE_OPENAI_KEY: Azure OpenAI Key
MIND_AZURE_MODEL_COMPLETION: Azure OpenAI Deployment Name for Chat/Completion
MIND_AZURE_MODEL_EMBEDDING: Azure OpenAI Deployment Name for Embedding