16 lines
476 B
JSON
16 lines
476 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
|
"FUNCTIONS_WORKER_RUNTIME": "python",
|
|
|
|
"AZURE_SEARCH_ENDPOINT": "https://<your-search>.search.windows.net",
|
|
"AZURE_SEARCH_API_KEY": "<your-search-admin-key>",
|
|
"AZURE_SEARCH_INDEX_NAME": "openclaw-resources",
|
|
|
|
"OPENAI_BASE_URL": "https://litellm.example.com/v1",
|
|
"OPENAI_API_KEY": "sk-your-key",
|
|
"EMBEDDING_MODEL": "taiji/text-embedding-3-small"
|
|
}
|
|
}
|