llmflows icon indicating copy to clipboard operation
llmflows copied to clipboard

style: use type hints for input arguments

Open inspiralpatterns opened this issue 1 year ago • 1 comments

https://github.com/stoyan-stoyanov/llmflows/blob/6ce79a8cc3b06e799d2b6eb6f6e8e78354f68dcd/llmflows/llms/openai.py#L55

It would be much appreciated if you used type hints for the input arguments in your methods - with this suggestion extended to the whole code base.

inspiralpatterns avatar Jul 12 '23 19:07 inspiralpatterns

makes sense

stoyan-stoyanov avatar Jul 13 '23 03:07 stoyan-stoyanov