Open delvering17 opened 3 days ago
you could include your name in the "author" field.
also, adding test cases to verify the functionality would make it even better.
(its already written. i have checked.)
👍
btw, a similar logic exists in BedrockProxyChatModel
Thank you for the feedback!
I also refactored the BedrockProxyChatModel
. There was an unnecessary instanceof
check, so I removed it.
Additionally, I updated the previously refactored OpenAiChatModel to use swtich expression
instead of switch-case statement
.
I refactored some code to improve readability:
instanceof
checks into variablesif-else
blocks