Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Jun 29, 2023
1 parent ebfd787 commit a96edac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,37 @@

## 🛵 Development

<details>
<summary>Run On Replit</summary>
<br>

The fastest way to deploy the lark-openai to `repl.it` is to click the `Use Template` button below.

<a href="https://replit.com/@Leizhenpeng/Lark-OpenAI?v=1">
<img alt="Run on Repl.it" src="https://repl.it/badge/github/alist-org/alist-replit" style="height: 40px; width: 190px;" />
</a>


Remember add env variable in `Secrets` page.

```json
{
"BOT_NAME": "Lark-OpenAI",
"APP_ID": "",
"APP_SECRET": "",
"APP_ENCRYPT_KEY": "",
"APP_VERIFICATION_TOKEN": "",
"OPENAI_KEY": "sk-xx",
"OPENAI_MODEL": "gpt-3.5-turbo",
"APP_LANG": "en"
}
```
<br>

</details>



<details>
<summary>Local Development</summary>
<br>
Expand Down

0 comments on commit a96edac

Please sign in to comment.