You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module openai is installed fine.
I am running Python3 on Windows.
After starting the program with:
python ./codex-readme.py
I get these output error:
...
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Traceback (most recent call last):
File "C:\dev\codex-readme\codex_readme.py", line 196, in <module>
generate_until_accepted(input_prompt, args.tokens)
File "C:\dev\codex-readme\codex_readme.py", line 169, in generate_until_accepted
generated_readme = clear_screen_and_display_generated_readme(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\dev\codex-readme\codex_readme.py", line 116, in clear_screen_and_display_generated_readme
next_response = next(response)
^^^^^^^^^^^^^^
StopIteration
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I could figure the following out:
The script seems to work, when the README.md file is not present (e.g. deleted) in the folder where executing the script.
This script looks to me extremly buggy till now :-( But the idea is very good !
Hi Tom,
I just implemented the API Key in ~/.config/openaiapirc
with the folowing content:
The module openai is installed fine.
I am running Python3 on Windows.
After starting the program with:
I get these output error:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: