Dispute Scout Setup Guide
Note on Resource Intensity and Cost Management
Obtaining your WEBHOOK_API_KEY
Chasm Inference Scout Setup GuideSetup Guide and Software Requirements
## Ollama (local GPU) ## note that ollama doesn't need an api key as it's local, ## but it's required to set the key as ollama so ## the system knows it's ollama LLM_API_KEY=ollama LLM_BASE_URL=http://localhost:11434/v1 MODELS=stablelm2:zephyr,llama3:8b,qwen:4b,gemma2,gemma2:2b,mistral:7b,phi3:3.8b SIMULATION_MODEL=llama3:8b ORCHESTRATOR_URL=https://orchestrator.chasm.net WEBHOOK_API_KEY=## Groq LLM_API_KEY= LLM_BASE_URL=https://api.groq.com/openai/v1 MODELS=llama3-8b-8192,mixtral-8x7b-32768,gemma-7b-it SIMULATION_MODEL=llama3-8b-8192 ORCHESTRATOR_URL=https://orchestrator.chasm.net WEBHOOK_API_KEY=## Openrouter LLM_API_KEY= LLM_BASE_URL=https://openrouter.ai/api/v1 MODELS=google/gemma-7b-it,meta-llama/llama-3-8b-instruct,microsoft/wizardlm-2-7b,mistralai/mistral-7b-instruct-v0.3 SIMULATION_MODEL=meta-llama/llama-3-8b-instruct ORCHESTRATOR_URL=https://orchestrator.chasm.net WEBHOOK_API_KEY=
Create and run the Docker Image
Optimizations for Advanced Users
Advanced Scripts Setup
Last updated