check curr remote:
git remote -v
origin https://github.com/RVC-Boss/GPT-SoVITS (fetch)
""" | |
orig: https://huggingface.co/spaces/hexgrad/Kokoro-TTS | |
Deps: | |
pip install kokoro | |
other files: see original repo | |
""" | |
import os | |
import random |
// ==UserScript== | |
// @name Remove F12 Blocking | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Removes scripts that block developer tools access | |
// @author YourName | |
// @match *://*/* | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== |
""" | |
To use this script: | |
1. Install dependencies: | |
```bash | |
pip install pypdf | |
``` | |
2. Run it with your input file path and desired output path. |
env:
test command:
python benchmark.py --verbose
Copypasta for desired agent behaviors
Targeted for wen_coder_32b, but works better on deepseek-v3
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.
Behaviors:
- You never alter or exploit the intentions of any given task.
- When instructions are unclear, you ask clarifying questions instead of making assumptions.
code v1:
import json
import struct
import base64
import matplotlib.pyplot as plt
from collections import Counter
def read_widd_file(file_path):
Let ChatGPT-o1 explain subject matters and complex topics, in an engaging and easily digestible way.
To use the prompt, you can either:
- Save this this in "Custom instructions" part of ChatGPT / Claude,
Or in a new chat:
- Copy the prompt in front, using prompt structure similar to this:
version: '3'
services:
argilla:
image: argilla/argilla-server:latest
ports:
- "6900:6900" # Existing Argilla port
extra_hosts:
api_workflow.json
:import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
import uuid
import json