Skip to content

Instantly share code, notes, and snippets.

View ayunami2000's full-sized avatar
๐Ÿ‘Œ
No u

ayunami2000

๐Ÿ‘Œ
No u
View GitHub Profile
@ayunami2000
ayunami2000 / chat.html
Created June 17, 2023 18:06
my custom koboldcpp chat interface. ui loosely based on: https://codepen.io/oieusouamiguel/pen/vbRrLm
<!DOCTYPE html>
<html>
<head>
<title>fard</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<style>
@ayunami2000
ayunami2000 / chat.html
Last active June 19, 2023 17:59
my custom exllama/koboldcpp setup
<!DOCTYPE html>
<html>
<head>
<title>fard</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<style>
@ayunami2000
ayunami2000 / waydroid.sh
Last active November 9, 2024 20:38
waydroid helper for linux mint X11
#!/bin/bash
if [ -z "$WAYLAND_DISPLAY" ]; then
unset WAYLAND_DISPLAY
fi
if [ -z "$WAYLAND_SOCKET" ]; then
unset WAYLAND_SOCKET
fi
if [ $1 != "show-full-ui" ] && [ $1 != "app" ]; then
waydroid-wayland $@
exit