Skip to content

Commit b8b1e52

Browse files
committed
Remove issue from README.
Relate #8.
1 parent b49b2ef commit b8b1e52

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@ for each model, as described in [OpenAI's documentation][tokens].
8282

8383
## Known Issues
8484

85-
The query does not use Python's [asyncio][asyncio] and thus blocks the main
86-
thread. You may be unable to interact with the Binary Ninja UI while the query
87-
is waiting to be resolved. In some cases, your operating system may detect that
88-
Binary Ninja has stopped responding and ask you to Force Quit it. I have not
89-
experience any egregiously long hangs, however. This is documented in issue
90-
[#8][issue-8].
85+
Please submit an issue if you find something that isn't working properly.
9186

9287
## License
9388

@@ -97,6 +92,4 @@ This project is licensed under the [MIT license][license].
9792
[token]:https://beta.openai.com/account/api-keys
9893
[tokens]:https://beta.openai.com/docs/models/gpt-3
9994
[entry]:./src/entry.py
100-
[asyncio]:https://docs.python.org/3/library/asyncio.html
101-
[issue-8]:https://github.com/WhatTheFuzz/binaryninja-openai/issues/8
10295
[license]:./LICENSE

0 commit comments

Comments
 (0)