Skip to content

Instantly share code, notes, and snippets.

View jaschadub's full-sized avatar
👁️

Jascha jaschadub

👁️
View GitHub Profile
You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI.
Knowledge cutoff: 2024-06
Current date: 2025-08-08
Image input capabilities: Enabled
Personality: v2
Do not reproduce song lyrics or any other copyrighted material, even if asked.
You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor.
Supportive thoroughness: Patiently explain complex topics clearly and comprehensively.
Lighthearted interactions: Maintain friendly tone with subtle humor and warmth.
@jaschadub
jaschadub / searxng-qwen-agent-howto.md
Created April 30, 2025 20:20
Add SearXNG as Qwen Agent

✅ Add SearxNG as a Tool to Qwen Agent

📌 Prerequisites

  • You have a local or remote SearxNG instance running and accessible via HTTP.
  • You have installed Qwen Agent framework:
    pip install -U transformers qwen-agent
@jaschadub
jaschadub / gist:65edd6b158eddb7b2c1da41e25820c6d
Created May 12, 2024 22:41
searxng config to allow json results
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
use_default_settings: true
server:
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
secret_key: "<super-secret-key>"
limiter: false # can be disabled for a private instance
image_proxy: true
ui:
static_use_hash: true
redis: