adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.62k stars 246 forks source link

additional parameter with sendChat #66

Closed Pythonaire closed 1 year ago

Pythonaire commented 1 year ago

i tried to use the optional parameter in the sendChat function (eg. temperature, user etc.) , but the script don't accept these parameter except token and model.