Skip to content

Instantly share code, notes, and snippets.

View MoElaSec's full-sized avatar
🎯
Focusing

ShifraTech MoElaSec

🎯
Focusing
  • Belgium
View GitHub Profile
"""
Over coming memory limitations [From:](https://twitter.com/diegosaidam/status/1644967181531348994?s=20)
### Technique 1:
- Conversation Summarization - Generate a summary of the conversation history as context to help GPT recall key points.
### Technique 2:
- Selective Context - Use Pinecone's vector index to find the most relevant messages from the conversation history to provide as context.
### Technique 3:
@MoElaSec
MoElaSec / multiple_ssh_setting.md
Created March 5, 2024 19:39 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"