Skip to content

python library breaking #6

@MeechaPooch

Description

@MeechaPooch

The python library fails with the following error in the shell:

$ python3 run.py
WARNING:root:'generated_text', Retrying in 3 seconds...
None

Here is my python code

API_KEY = "..."

from textcortex import TextCortex

ai = TextCortex(api_key=API_KEY)

code = ai.generate(prompt="test")
print(code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions