Hi there,
in my scenario I’m using the OpenAI module ‘Create a Completion’. I’ve set parameters like Temperature and Max Tokens, but I can’t find Frequency and presence penalty parameters.
I’ve tried to set Other Input Parameters as follows:
But it doesn’t work ([400] Unrecognized request arguments supplied: frequency, presence).
I also tried inserting ‘alpha_frequency’ and ‘alpha_presence’ as Parameters name, but I got the same error.
How can I solve this problem?