Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointlessai/chagtgpt-api-personality
The ChatGPT API has a bad memory and annoying personality. This application enables long term persistant memory and customizable personality.
https://github.com/pointlessai/chagtgpt-api-personality
chatgpt chatgpt-api gpt
Last synced: 7 days ago
JSON representation
The ChatGPT API has a bad memory and annoying personality. This application enables long term persistant memory and customizable personality.
- Host: GitHub
- URL: https://github.com/pointlessai/chagtgpt-api-personality
- Owner: PointlessAI
- Created: 2025-01-26T01:43:14.000Z (14 days ago)
- Default Branch: master
- Last Pushed: 2025-01-27T12:04:01.000Z (12 days ago)
- Last Synced: 2025-01-27T13:29:45.462Z (12 days ago)
- Topics: chatgpt, chatgpt-api, gpt
- Language: Python
- Homepage: https://pointlessai.com
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT API Friend
* The ChatGPT API has a bad memory and annoying personality. This application enables long term persistant memory and customizable personality.
# Add personality files or grow existing personality dynamically
# Friend's personality is retained and accessable each new instance.
* Install in a Python venv with .env file containing export OPENAI_API_KEY=""
* v1.0 - basic friend with temporary memory
* v1.1 - added permenant memory and dynamically growing personality
* v1.2 - code seperation and improved personality from chat
## Modify basic info in who-i-am.txt
## Add personality files to the my-personality folder
## E.G. To add work details create work.txt and list work details as below. This will then become a part of the friends personality.
## E.G: my-personality/my-work.txt
- I work as a designer.
- I enjoy solving complex design challenges.
- I dream of starting their own design studio one day.