langchain-ai / opengpts

MIT License
6.31k stars 829 forks source link

remove assistant_id from run payload #269

Closed mkorpela closed 3 months ago

mkorpela commented 3 months ago

No need to know what assistant id. Thread id is unique and backend can figure out everything else.

This makes it simpler to use the API as less needs to be known.