Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 6efd3db

Browse files
authored
Merge pull request #13 from Integration-Automation/dev
Fix doc title and edit README.md
2 parents 1ca2fe5 + c45f459 commit 6efd3db

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
_The reverse engineering the chat feature of the new version of Bing_
44

5+
[![Documentation Status](https://readthedocs.org/projects/reedgegpt/badge/?version=latest)](https://reedgegpt.readthedocs.io/en/latest/?badge=latest)
6+
7+
[ReEdgeGPT Doc Click Here!](https://reedgegpt.readthedocs.io/en/latest/)
8+
59
<summary>
610

711
# Setup
@@ -144,7 +148,7 @@ if __name__ == "__main__":
144148

145149
</details>
146150

147-
<summary>
151+
<details open>
148152

149153
# How to generate image
150154

@@ -214,16 +218,16 @@ if __name__ == "__main__":
214218
shutil.rmtree(test_output_dir)
215219
```
216220

217-
</summary>
221+
</details>
218222

219223
# Q&A
220224

221-
<summary>
225+
<details open>
222226

223227
> * Q: Exception: UnauthorizedRequest: Cannot retrieve user status.
224228
> * A: Renew your cookies.
225229
226-
</summary>
230+
</details>
227231

228232
---
229233
> Origin repo (archived): https://github.com/acheong08/EdgeGPT

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FrontEngine
1+
ReEdgeGPT
22
----
33

44
.. toctree::

0 commit comments

Comments
 (0)