Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #3

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are two AI modes available for you to choose from:

2. Through OpenAI's API, which requires you to provide the corresponding API Key.

- The default host is https://api.openai.com.
- The default host is https://api.openai.com, you can customize this value.
- API key is required, you can find it in [OpenAI API Key](https://platform.openai.com/account/api-keys)

If you don't have access to OpenAI, you can purchase API Key at [API2D](https://api2d.com/r/187046). Update the host and API Key to use it.
Expand All @@ -55,19 +55,6 @@ Safari plug-ins are typically used for macOS/iOS systems, you should compile Sum

- Change the developer certificate to yours.

<div style="display: flex;justify-content: space-between;">
<span style="width:40%;display:inline-block">

![长图一 alt](https://cdn.zhangferry.com/Images/WechatIMG553.jpeg)

</span>
<span style="width:40%;display:inline-block">

![图二](https://cdn.zhangferry.com/Images/202309092304234.png)

</span>
</div>

## Build from source(Optional)

If you want to change the code logic, you need to recompile the TypeScript file:
Expand Down