This adds support of openai checks. The new set of parameters allows configuring all the expected things, like token, system prompt, modem etc. This works only in non-paranoid mode, i.e. on the first message only and after all other checks are passed. This is done to minimize the number of calls to openai and keep the price low.
all the default parameters should be fine, the only thing that needs to be set is OPENAI_TOKEN. By default it is not set and openai checks are disabled.
This adds support of openai checks. The new set of parameters allows configuring all the expected things, like token, system prompt, modem etc. This works only in non-paranoid mode, i.e. on the first message only and after all other checks are passed. This is done to minimize the number of calls to openai and keep the price low.
all the default parameters should be fine, the only thing that needs to be set is OPENAI_TOKEN. By default it is not set and openai checks are disabled.