You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/opensource_LLM/codeshell/demos/openai_api.py", line 251, in create_chat_completion
generation_config['temperature'] = request.temperature
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
TypeError: 'GenerationConfig' object does not support item assignment
The text was updated successfully, but these errors were encountered:
File "/home/opensource_LLM/codeshell/demos/openai_api.py", line 251, in create_chat_completion
generation_config['temperature'] = request.temperature
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
TypeError: 'GenerationConfig' object does not support item assignment
The text was updated successfully, but these errors were encountered: