Skip to content

Commit f73439f

Browse files
committed
Adds Agentic JSDoc generation
1 parent 106cfc7 commit f73439f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
GITHUB_ACCESS_TOKEN=
2+
OPENAI_API_KEY=

packages/jsdoc-automation/src/Configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {
3939

4040
public excludedDirectories: string[] = [];
4141
public repository: Repository = {
42-
owner: 'AudixAI',
42+
owner: 'ai16z',
4343
name: 'eliza',
4444
pullNumber: undefined
4545
};

0 commit comments

Comments
 (0)