runtime error
Exit code: 1. Reason: Creating a Pixeltable instance at: /root/.pixeltable Connected to Pixeltable database at: postgresql+psycopg://postgres:@/pixeltable?host=/root/.pixeltable/pgdata Created directory 'ai_rpg'. Created table 'interactions'. Added 0 column values with 0 errors. Traceback (most recent call last): File "/app/app.py", line 183, in <module> interactions.add_computed_column(ai_response=openai.chat_completions( File "/usr/local/lib/python3.10/site-packages/pixeltable/func/function.py", line 171, in __call__ resolved_fn, bound_args = self._bind_to_matching_signature(args, kwargs) File "/usr/local/lib/python3.10/site-packages/pixeltable/func/function.py", line 183, in _bind_to_matching_signature bound_args = self._bind_to_signature(0, args, kwargs) File "/usr/local/lib/python3.10/site-packages/pixeltable/func/function.py", line 204, in _bind_to_signature bound_args = signature.py_signature.bind(*args, **kwargs).arguments File "/usr/local/lib/python3.10/inspect.py", line 3186, in bind return self._bind(args, kwargs) File "/usr/local/lib/python3.10/inspect.py", line 3175, in _bind raise TypeError( TypeError: got an unexpected keyword argument 'max_tokens'
Container logs:
Fetching error logs...