I hereby claim:
- I am obeone on github.
- I am obeone (https://keybase.io/obeone) on keybase.
- I have a public key ASB1qk4DIyFIgAuQ47ALH8axDpNBwirk-4ZrwDfgD7DSJwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
TypingMind plugins allow you to extend the capabilities of the AI assistant by providing external tools. Plugins are JavaScript code executed locally in the user's browser.
This documentation (especially the raw file, ~700 tokens) can be given to GPT to ask for a plugin.
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDAli0lOEmvcxDhe3yZOpQoRhGqrZXhsKDCtjGmMBvH ed25519_backup1 | |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFUb5ASMIJ/42b4GPwcU3JWUofpoT3ZwZ0KIX1qYlA/U ed25519_backup2 | |
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHcYNNazTDKp3rBgqbA88Ya+o55Ow/hsZzI2lPDh1M4ekZT3f4tYiZMAApxUL4/UP//hiBiF16W58BVIOitTgA0= reeves-secretive | |
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4C7WUNaNQhuw6bIyNoLHMsd8FzkV0srGarVnk65S32pxHMhYR7iClnxpn+lu709e9heYCfyViuQvBympRH7EPTfU9SlkTQKMxcy61AB9EHV1yCHKI9Q5vz0f+FeMpCVkKHeRWerD1Xx54b6VwfjiMre+FNlSL6c2mlbaVLAgUhbWlzHU6Yv+/uJ7jXZrBMK3Cq8emeeZPXOikK/27Qva0MFK9n1YgVt9LXhylZuK75Edm/z9KGdXKaPUfMmdW0Ui2XqT0W4Gb1SGC/yLGGLogN2+XzslPrPpYm7OYkWd+eHW4cHymFvfuOdPV1XINfvNSZzcjZx+Pw6m460JTeh45 old-rsa-key-must-not-be-used |
This ZSH completion script enhances your command line interface by providing auto-completion for the ollama
command, part of the Ollama suite. It supports all subcommands and their options, significantly improving efficiency and reducing the need for memorizing syntax.
_ollama
script directly using the following command:This ZSH completion script enhances your command line interface by providing auto-completion for the sgpt
command, part of the Shell GPT suite. It supports all subcommands and their options, significantly improving efficiency and reducing the need for memorizing syntax.
_sgpt
script directly using the following command:This ZSH completion script enhances your command line interface by providing auto-completion for the lms
command, which is part of the LM Studio suite. It supports all subcommands and their options, improving efficiency and reducing the need for memorizing syntax.
Download the Completion Script
You can download the _lms
script directly using the following command:
One day when I was bored, I wondered what a conversation between GPT-4o (2024), the world-famous AI, and ELIZA (1964), one of the first (the first?) conversational AI in the history of computing, would look like. If you're a somewhat older geek, you probably know ELIZA! It's the "doctor" integrated into Emacs, but also the basis used by spam bots on ICQ (You know, ladies who generously offered us to discover them a little more on websites).
ELIZA, only available in English, only play the role of a psychiatrist. It operates by rephrasing the patient's statements to give the illusion of understanding.
#!/usr/bin/env bash | |
################################################################### | |
# Script Name : transfer.sh | |
# Description : A script to manage file transfers using Transfer.sh service. | |
# It supports operations like send, receive, delete, | |
# and get information about files and directories. | |
# Args : [OPTIONS] <command> | |
# Author : GPT-3.5, GPT-4 and obeone (https://github.com/obeone) | |
# Version : 1.1 |