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: azure-openai-app |
| #4 | |
| #5 | llm: |
| #6 | provider: azure_openai |
| #7 | config: |
| #8 | model: gpt-35-turbo |
| #9 | deployment_name: your_llm_deployment_name |
| #10 | temperature: 0.5 |
| #11 | max_tokens: 1000 |
| #12 | top_p: 1 |
| #13 | stream: false |
| #14 | |
| #15 | embedder: |
| #16 | provider: azure_openai |
| #17 | config: |
| #18 | model: text-embedding-ada-002 |
| #19 | deployment_name: you_embedding_model_deployment_name |
| #20 |