mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 07:33:58 +00:00
2d0a57a719
- Implemented VolcEngineEmbeddingHandler for synchronous and asynchronous embedding requests. - Created VolcEngineEmbeddingConfig for transforming requests and responses to/from Volcengine format. - Added integration tests for embedding functionality, covering various scenarios including error handling and parameter validation. - Established test structure for Volcengine embedding, ensuring compliance with LiteLLM testing patterns. - Included comprehensive tests for parameter mapping, request transformation, and response handling.
1 line
28 B
Python
1 line
28 B
Python
# Volcengine embedding tests |