Commit Graph

10 Commits

Author SHA1 Message Date
Rohan Mehta a9f717b220 Fix streaming in chat completions 2025-03-12 17:17:07 -07:00
Muhammad Junaid fafeeac958 refactor: update formatting in test_assistant_messages_in_history
- Enhanced the readability of the test case by reformatting the expected output and input message structures.
- This change maintains the same functionality while making the test code cleaner and easier to understand.
2025-03-13 00:20:59 +05:00
Muhammad Junaid b5bbc060d3 fix: support assistant role in message conversion
- The _Converter.items_to_messages method was incorrectly rejecting 'assistant'
as a valid role in conversation messages, causing runtime errors when processing
standard chat completion message formats.
- This fix enables proper handling of
complete conversation contexts that include both user and assistant messages.
2025-03-12 21:10:03 +05:00
Rohan Mehta c7058adab0 pin to openai 1.66.2, update tests 2025-03-11 15:26:06 -07:00
Rohan Mehta 001fb19c79 make format 2025-03-11 14:54:10 -07:00
Rohan Mehta e2bda4ddc9 Remove duplicated files in tests 2025-03-11 13:12:32 -07:00
Rohan Mehta 440ea7167f a few more 2025-03-11 11:27:01 -07:00
Rohan Mehta e8140b26ae more pycache 2025-03-11 11:25:30 -07:00
Rohan Mehta 1eb48e3857 update cua model 2025-03-11 11:22:37 -07:00
Rohan Mehta aaec57a426 Initial commit 2025-03-11 09:42:28 -07:00