Skip to content

Commit dc9c5e0

Browse files
committed
Optimizing Technical Docs for LLMs
1 parent 34338e2 commit dc9c5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jsdoc-automation/src/Configuration.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export class Configuration implements Omit<ConfigurationData, "rootDirectory"> {
4444

4545
public excludedDirectories: string[] = [];
4646
public repository: Repository = {
47-
owner: "AudixAI",
48-
name: "eliza-jsdoc",
47+
owner: "elizaOS",
48+
name: "eliza",
4949
pullNumber: undefined,
5050
};
5151
public commitMessage: string = "Generated JSDoc comments";

0 commit comments

Comments
 (0)