langchain-ai / langchain-nvidia

MIT License
48 stars 15 forks source link

make stop property functional #52

Closed mattf closed 2 months ago

mattf commented 2 months ago

ChatNVIDIA(..., stop=...) would not change the stop words for invoke

fixed _generate logic and added tests for stop across invoke and stream

future - we should deprecate the stop property on ChatNVIDIA