v1.3.0: COMPLETE - Full Rig Integration with Production Setup

This commit is contained in:
admin
2026-02-26 12:04:51 +04:00
Unverified
parent 5455eaa125
commit f15ff46120
11 changed files with 544 additions and 27 deletions

22
rig-service/.env.example Normal file
View File

@@ -0,0 +1,22 @@
# QwenClaw Rig Service Configuration
# Server settings
RIG_HOST=127.0.0.1
RIG_PORT=8080
# Database path for vector store
RIG_DATABASE_PATH=./rig-store.db
# Model providers (get keys from respective platforms)
# OpenAI: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-api-key-here
# Anthropic: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# Qwen: (if using Qwen API)
# QWEN_API_KEY=your-qwen-api-key-here
# Defaults
RIG_DEFAULT_PROVIDER=openai
RIG_DEFAULT_MODEL=gpt-4o