Skip to content

Commit b69cf82

Browse files
committed
feat: initial commit
1 parent 09ba695 commit b69cf82

6 files changed

Lines changed: 2257 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
.vscode
4+
.env

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# agentica-tutorial-google-docs
1+
# agentica-tutorial-google-docs
2+
3+
Assign your OpenAI API key into the `.env.sample` file.
4+
5+
After modifying the `.env.sample`, please rename it `.env.`
6+
7+
And when you run the file, the results will be displayed in the terminal console.

0 commit comments

Comments
 (0)