Update README_en.md
This commit is contained in:
parent
a263b69376
commit
69ff1f9e69
|
@ -42,14 +42,11 @@ pnpm install
|
||||||
needs to use:
|
needs to use:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
--- a/browser/src/config.ts
|
export default {
|
||||||
+++ b/browser/src/config.ts
|
|
||||||
@@ -3,7 +3,7 @@ export default {
|
|
||||||
|
|
||||||
BROWSER_TIMEOUT: 10000,
|
BROWSER_TIMEOUT: 10000,
|
||||||
BING_SEARCH_API_URL: 'https://api.bing.microsoft.com/v7.0',
|
BING_SEARCH_API_URL: 'https://api.bing.microsoft.com/v7.0',
|
||||||
- BING_SEARCH_API_KEY: '',
|
BING_SEARCH_API_KEY: '<PUT_YOUR_BING_SEARCH_KEY_HERE>',
|
||||||
+ BING_SEARCH_API_KEY: '<PUT_YOUR_BING_SEARCH_KEY_HERE>',
|
|
||||||
|
|
||||||
HOST: 'localhost',
|
HOST: 'localhost',
|
||||||
PORT: 3000,
|
PORT: 3000,
|
||||||
|
@ -59,14 +56,11 @@ PORT: 3000,
|
||||||
, provide the [Zhipu AI Open Platform](https://open.bigmodel.cn) API Key required for the Wenshengtu function:
|
, provide the [Zhipu AI Open Platform](https://open.bigmodel.cn) API Key required for the Wenshengtu function:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
--- a/src/tools/config.py
|
BROWSER_SERVER_URL = 'http://localhost:3000'
|
||||||
+++ b/src/tools/config.py
|
|
||||||
@@ -2,5 +2,5 @@ BROWSER_SERVER_URL = 'http://localhost:3000'
|
|
||||||
|
|
||||||
IPYKERNEL = 'glm4-demo'
|
IPYKERNEL = 'glm4-demo'
|
||||||
|
|
||||||
-ZHIPU_AI_KEY = ''
|
ZHIPU_AI_KEY = '<PUT_YOUR_ZHIPU_AI_KEY_HERE>'
|
||||||
+ZHIPU_AI_KEY = '<PUT_YOUR_ZHIPU_AI_KEY_HERE>'
|
|
||||||
COGVIEW_MODEL = 'cogview-3'
|
COGVIEW_MODEL = 'cogview-3'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue