Skip to content

Commit

Permalink
"Refactor setup instructions and provide code snippet for setting up …
Browse files Browse the repository at this point in the history
…library dependencies."
  • Loading branch information
buhe committed Apr 1, 2024
1 parent 347932a commit 702abb7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@


## Setup
1. Create **env.txt** file in main project at root directory.
1. Please set up before using this library
``swift
LC.initSet([
"NOTION_API_KEY":"xx",
"NOTION_ROOT_NODE_ID":"xx",
"OPENAI_API_KEY":"xx",
"OPENAI_API_BASE":"xx",
])
``
2. Set some var like OPENAI_API_KEY or OPENAI_API_BASE

Like this.
Such as.

```
OPENAI_API_KEY=sk-xxx
Expand Down

0 comments on commit 702abb7

Please sign in to comment.