Add Ubuntu deployment workflow

This commit is contained in:
武阳
2026-05-07 11:50:50 +08:00
parent 2349075a82
commit 37f411a547
11 changed files with 565 additions and 883 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type ClawState = {
const DEFAULT_STATE: ClawState = {
base_url: "http://model.mify.ai.srv/v1",
api_key: "sk-Jxoh5lf1jWg6HQZYYyfyagXudGxUXNAgkZklxMnnXHn7pFmU",
api_key: "",
};
export function ClawLlmSettings() {