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 | |
| #5 | llm: |
| #6 | provider: openai |
| #7 | config: |
| #8 | model: 'gpt-4o-mini' |
| #9 | temperature: 0.5 |
| #10 | max_tokens: 1000 |
| #11 | top_p: 1 |
| #12 | stream: false |
| #13 | |
| #14 | vectordb: |
| #15 | provider: chroma |
| #16 | config: |
| #17 | collection_name: 'my-app' |
| #18 | dir: db |
| #19 | allow_reset: true |
| #20 | |
| #21 | embedder: |
| #22 | provider: openai |
| #23 | config: |
| #24 | model: 'text-embedding-ada-002' |
| #25 |