Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Oct 28, 2024
1 parent 4802292 commit de815c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 12 additions & 5 deletions agents/ten_packages/extension/minimax_v2v_python/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# minimax_v2v_python
# MiniMax Voice-to-Voice Extension

<!-- brief introduction for the extension -->
A TEN extension that implements voice-to-voice conversation capabilities using MiniMax's API services.

## Features

<!-- main features introduction -->
- Real-time voice-to-voice conversation
- Support for streaming responses including assistant's voice, assisntant's transcript, and user's transcript
- Configurable voice settings
- Memory management for conversation context
- Asynchronous processing based on asyncio

- xxx feature

## API

Refer to `api` definition in [manifest.json] and default values in [property.json](property.json).
Refer to `api` definition in [manifest.json] and default values in [property.json](property.json).
`token` is mandatory to use MiniMax's API, others are optional.

<!-- Additional API.md can be referred to if extra introduction needed -->

Expand All @@ -27,3 +31,6 @@ Refer to `api` definition in [manifest.json] and default values in [property.jso
## Misc

<!-- others if applicable -->

## References
- [ChatCompletion v2](https://platform.minimaxi.com/document/ChatCompletion%20v2?key=66701d281d57f38758d581d0#ww1u9KZvwrgnF2EfpPrnHHGd)
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
aiofiles
aiofiles
httpx

0 comments on commit de815c7

Please sign in to comment.