Skip to content

Commit 1928b93

Browse files
committed
llm: fix custom OpenAI implementation (backwards compatibility) and improve admin panel LLM test UI
1 parent de3e86c commit 1928b93

File tree

9 files changed

+417
-326
lines changed

9 files changed

+417
-326
lines changed

src/.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"WebFetch(domain:cocalc.com)",
1313
"WebFetch(domain:doc.cocalc.com)",
1414
"Bash(npm show:*)",
15-
"Bash(prettier -w:*)"
15+
"Bash(prettier -w:*)",
16+
"Bash(npx tsc:*)"
1617
],
1718
"deny": []
1819
}

src/packages/frontend/admin/_style.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
td:first-child
1414
font-family: monospace
1515
font-weight: bold
16+
17+
.admin-llm-test-running-row
18+
background-color: #f0f0f0 !important

0 commit comments

Comments
 (0)