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 | app: |
| #2 | config: |
| #3 | id: 'my-app' |
| #4 | log_level: 'WARNING' |
| #5 | collect_metrics: true |
| #6 | collection_name: 'my-app' |
| #7 | |
| #8 | llm: |
| #9 | provider: openai |
| #10 | config: |
| #11 | model: 'gpt-4o-mini' |
| #12 | temperature: 0.5 |
| #13 | max_tokens: 1000 |
| #14 | top_p: 1 |
| #15 | stream: false |
| #16 | |
| #17 | vectordb: |
| #18 | provider: opensearch |
| #19 | config: |
| #20 | opensearch_url: 'https://localhost:9200' |
| #21 | http_auth: |
| #22 | - admin |
| #23 | - admin |
| #24 | vector_dimension: 1536 |
| #25 | collection_name: 'my-app' |
| #26 | use_ssl: false |
| #27 | verify_certs: false |
| #28 | |
| #29 | embedder: |
| #30 | provider: openai |
| #31 | config: |
| #32 | model: 'text-embedding-ada-002' |
| #33 | deployment_name: 'my-app' |
| #34 |