prompty
prompty copied to clipboard
OpenAI executor doesn't need the deployment property and it fails when you try to execute any YAML file for this type
This pull request includes a small change to the runtime/prompty/prompty/openai/executor.py file. The change removes the deployment attribute from the __init__ method, which is no longer needed.
OK - makes sense.