masonzhang / MindGPT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 55.8%Language:C# 27.9%Language:CSS 8.6%Language:JavaScript 5.4%Language:TypeScript 2.1%Language:Less 0.2%