langchain/libs
Junlin Zhou 8b95dabfe3
update(llms/TGI): Allow None as temperature value (#10212)
Text Generation Inference's client permits the use of a None temperature
as seen
[here](033230ae66/clients/python/text_generation/client.py (L71C9-L71C20)).
While I haved dived into TGI's server code and don't know about the
implications of using None as a temperature setting, I think we should
grant users the option to pass None as a temperature parameter to TGI.
2023-09-05 01:07:57 -07:00
..
experimental bump 281 (#10189) 2023-09-04 08:51:50 -07:00
langchain update(llms/TGI): Allow None as temperature value (#10212) 2023-09-05 01:07:57 -07:00