You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ability to configure timeouts
* Add timeout to docstrings
* Replace timeout default w/ None
* Add missing timeout arg to mocked methed
* Make async/sync generate_content have same formatting
* Add missing timeout arg to embedding mocks
* Add request_options param
* Test generate answer called w/ req opts
* Test embed_content called w/ req opts
* Test count_tokens called w/ req opts
* Test async generate_content called w/ req opts
* Test embed/generate text called w/ req opts
* Fixup mocked methods w/ missing req opts
* Test batch_embed_text called w/ req opts
* Test count_text_tokens called w/ req opts
* Test create_corpus called w/ req opts
* Test corpus called w/ req opts
* Unpack req opts, hande None case
* Handle exc instead of assert raises
* Handle failing tests
* Test batch_embed_contents called w/ req opts
* Test get_model called w/ req opts
* Test get_tuned_model called w/ req opts
* Test list_models called w/ req opts
* Test list_tuned_models called w/ req opts
* Test update_tuned_model called w/ req opts
* Test delete_tuned_model called w/ req opts
* Test create_tuned_model called w/ req opts
* Add missing kwarg to mocked client method
* Pass req opts to update tuned model client method
* Test update_corpus called w/ req opts
* Test list_corpora called w/ req opts
* Test query_corpus called w/ req opts
* Test delete_corpus called w/ req opts
* Rm unneeded try catch on delete corpus
* Test create_document called w/ req opts
* Import missing Any
* Test embed_content called w/ req opts
* Test sync count_tokens called w/ req opts
* Test create_corpus called w/ req opts
* Test async embed_content called w/ req opts
* Test generate_message called w/ req opts
* Test get_corpus called w/ req opts
* Test update_corpus called w/ req opts
* Test get_document called w/ req opts
* Test update_document called w/ req opts
* Test list_documents called w/ req opts
* Test delete_document called w/ req opts
* Test query_document called w/ req opts
* Test create_chunk called w/ req opts
* Test batch_create_chunks called w/ req opts
* Test get_chunk called w/ req opts
* Test list_chunks called w/ req opts
* Test update_chunk called w/ req opts
* Test batch_update_chunks called w/ req opts
* Test delete_chunk called w/ req opts
* Test batch_delete_chunks called w/ req opts
* Add req opts to docstrings
* Add couple more docstrs 4 req opts
* Remove stray timeout.
---------
Co-authored-by: Mark Daoust <[email protected]>
0 commit comments