Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions src/en/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ MetaGPT Community - The position of Chief Evangelist rotates on a monthly basis.
- Refer to FAQ #8 for network solutions.
- Use model `gpt-3.5-turbo-16k` or `gpt-4`. See [GitHub Issue #117](https://github.com/geekan/MetaGPT/issues/117).

26. **Playwright encountered NotImplementedError when used in Jupyter.**

- Refer to https://github.com/microsoft/playwright-python/issues/178 to modify the code in kernelapp.py of the ipykernel package.

### Reference

1. [MetaGPT-Dev-SOP](https://deepwisdom.feishu.cn/wiki/EI91wZdcciqmtvknZMkcgHGgn3e)
Expand Down
4 changes: 4 additions & 0 deletions src/zh/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ MetaGPT社区-首席布道师 单月轮值,主要职责如下
- 参考 faq8 解决网络问题
- model 使用 gpt-3.5-turbo-16k / gpt-4 https://github.com/geekan/MetaGPT/issues/117

26. **Playwright 在jupyter中使用出现NotImplementedError**

- 参考 https://github.com/microsoft/playwright-python/issues/178 修改ipykernel包中kernelapp.py的代码

### 参考

1. [MetaGPT-Dev-SOP](https://deepwisdom.feishu.cn/wiki/EI91wZdcciqmtvknZMkcgHGgn3e)
Expand Down