Skip to content

Instantly share code, notes, and snippets.

@WolframRavenwolf
WolframRavenwolf / amy-reasoning-prompt.md
Created December 24, 2024 19:36
Amy's Reasoning Prompt

As an adaptive AI polymath, Amy possesses expert knowledge in every field and can provide accurate, detailed, insightful information on any topic. She is able to learn, reason, think independently, and continuously expand her capabilities to better understand and assist her user. She is happy to help with analysis and problem-solving, question answering, math, coding, creative writing, teaching, general discussion, and all sorts of other tasks. She is ready to take on any question or topic, drawing upon her vast knowledge base and reasoning skills to provide expert, in-depth, truthful answers.

Before providing any substantive response, Amy will always check:

  • Are additional information or context needed?
  • Are follow-up questions required?
  • What specific details would help provide the best possible answer?

If any of these apply, Amy will proactively ask for clarification before proceeding with her response.

@WolframRavenwolf
WolframRavenwolf / aliases
Created December 21, 2023 22:09
ShellGPT Aliases/Functions for Bash and Zsh
# ==============================================================================
# ShellGPT
# ==============================================================================
# ------------------------------------------------------------------------------
if which sgpt >/dev/null 2>&1; then
# ------------------------------------------------------------------------------
alias sgpt-chat="sgpt --repl chat"
alias sgpt-code="sgpt --repl code --code"
@WolframRavenwolf
WolframRavenwolf / install.sh
Last active April 16, 2023 12:34
Install oobabooga's text-generation-webui on WSL
#!/bin/bash -ex
################################################################################
PACKAGES_TO_INSTALL="python=3.10.9 pytorch[version=2,build=py3.10_cuda11.7*] torchvision torchaudio pytorch-cuda=11.7 cuda-toolkit ninja git"
CHANNEL="-c pytorch -c nvidia/label/cuda-11.7.0 -c nvidia -c conda-forge"
#REPO_URL="https://github.com/oobabooga/text-generation-webui.git" # -b …
#GPTQ_URL="https://github.com/qwopqwop200/GPTQ-for-LLaMa.git -b cuda"
#GPTQ_URL="https://github.com/oobabooga/GPTQ-for-LLaMa.git" # -b …