OpenAIChatCompletionFn
should __init__
should accept **kwargs
#1493
Labels
bug
Something isn't working
OpenAIChatCompletionFn
should __init__
should accept **kwargs
#1493
Describe the bug
Currently the
__init__
method forOpenAICompletionFn
has**kwargs
butOpenAIChatCompletionFn
does not. This creates problems if I have both:--completion_args
In these cases I would like to do:
But I get:
To Reproduce
Run
oaieval gpt-3.5-turbo test-match --completion_args ignore_me=1
Code snippets
No response
OS
macOS
Python version
Python v3.11.7
Library version
openai-evals 2.0.0.post1
The text was updated successfully, but these errors were encountered: