diff --git a/wwwroot/list_llmcatelogs/index.dspy b/wwwroot/list_llmcatelogs/index.dspy new file mode 100644 index 0000000..39e714a --- /dev/null +++ b/wwwroot/list_llmcatelogs/index.dspy @@ -0,0 +1,5 @@ +env = request._run_ns +async with get_sor_context(env, 'llmage') as sor: + recs = await sor.R('llmcatelog', {}) + return recs[] +return []