File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments