I hereby claim:
- I am theasp on github.
- I am theasp (https://keybase.io/theasp) on keybase.
- I have a public key whose fingerprint is 2C00 178C 7FA5 FD36 8EAD 07BF F047 DCC8 B64B 390E
To claim this, I am signing this object:
{# Metadata #} | |
{%- set tool_start = "[TOOL_CALLS]" %} | |
{%- set tool_end = "</s>" %} | |
{%- set today = strftime_now("%Y-%m-%d") %} | |
{%- set default_system_message = "You are Mistral Small 3, a Large Language Model (LLM) created by Mistral AI, a French startup headquartered in Paris.\nYour knowledge base was last updated on 2023-10-01. The current date is " + today + ".\n\nWhen you're not sure about some information, you say that you don't have the information and don't make up anything.\nIf the user's question is not clear, ambiguous, or does not provide enough context for you to accurately answer the question, you do not try to | |
answer it right away and you rather ask the user to clarify their request (e.g. \"What are some good restaurants around me?\" => \"Where are you?\" or \"When is the next flight to Tokyo\" => \"Where do you travel from?\")" %} | |
{%- if messages[0]["role"] == "system" %} | |
{%- set system_message = messages[0]["content"] %} | |
{%- set loop_messages = messages[1:] %} | |
{%- else %} |
#!/bin/bash | |
set -e | |
VAULT_PASSWORD_FILE=${VAULT_PASSWORD_FILE:-"vault-password.gpg"} | |
GPG_ID=${GPG_ID:-$EMAIL} | |
CMD=${1:-"--decrypt"} | |
function wrap { |
#!/bin/bash | |
set -o pipefail | |
ldif_attr_re='^([^ :]+)(::?) (.+)$' | |
ldif_continue_re='^ (.+)$' | |
printable_re="^[[:print:]]+$" | |
yaml_attr_fmt='%s %s: "%s"\n' | |
declare -A RECORD |
location /shadow-cljs/ { | |
# Reverse proxy: http://192.168.0.2:9650/ | |
proxy_pass http://192.168.0.2:9650/; | |
proxy_http_version 1.1; | |
proxy_set_header Connection ""; | |
proxy_set_header Host $http_host; | |
# Allow websockets | |
proxy_set_header Upgrade $http_upgrade; |
(ns hello-world.pg | |
(:require | |
[clojure.string :as string] | |
[cljs.nodejs :as nodejs] | |
[cljs.core.async | |
:refer [<! chan put! close! onto-chan to-chan]] | |
[taoensso.timbre :as timbre | |
:refer-macros [tracef debugf infof warnf errorf]]) | |
(:require-macros | |
[cljs.core.async.macros :as m :refer [go]])) |
#!/bin/bash | |
set -e | |
export SSH=${SSH:-/usr/bin/ssh} | |
SSH_FULL_NAME="$(${SSH} -V 2>&1)" | |
SSH_SHORT_NAME="${SSH_FULL_NAME%% *}" | |
export SSH_PROVIDER=${SSH_SHORT_NAME%%_*} | |
export SSH_VERSION=${SSH_SHORT_NAME##*_} |
I hereby claim:
To claim this, I am signing this object: