repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # OpenAI API Key |
| #2 | OPENAI_API_KEY=your-api-key-here |
| #3 | |
| #4 | # Optional: Custom model names |
| #5 | OPENAI_EMBEDDING_MODEL=text-embedding-3-small |
| #6 | OPENAI_COMPLETION_MODEL=gpt-4-turbo-preview |
| #7 | |
| #8 | # PGVector Configuration (optional) |
| #9 | # Uncomment and set these values to use PGVector |
| #10 | #PGVECTOR_DB=vectordb |
| #11 | #PGVECTOR_USER=postgres |
| #12 | #PGVECTOR_PASSWORD=postgres |
| #13 | #PGVECTOR_HOST=localhost |
| #14 | #PGVECTOR_PORT=5432 |
| #15 | |
| #16 | # Qdrant Configuration (optional) |
| #17 | # Uncomment and set these values to use Qdrant |
| #18 | # QDRANT_URL=http://localhost:6333 |
| #19 | #QDRANT_API_KEY=your-api-key-here |
| #20 | #QDRANT_PATH=/path/to/local/storage # For local file-based storage |
| #21 | #QDRANT_HOST=localhost # Alternative to URL |
| #22 | #QDRANT_PORT=6333 # Alternative to URL |
| #23 | |
| #24 | # Redis Configuration (optional) |
| #25 | # Uncomment and set these values to use Redis |
| #26 | # REDIS_URL=redis://localhost:6379 |
| #27 | # REDIS_USERNAME=default |
| #28 | # REDIS_PASSWORD=your-password-here |