-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs sprint] phrase trigger documentation #16
[docs sprint] phrase trigger documentation #16
Conversation
[Function calls](https://platform.openai.com/docs/guides/function-calling) allow modern Large Language Models (LLMs) like ChatGPT to perform tasks outside of text generation. | ||
For example, if I create a math assistant with ChatGPT, I might make a "multiply" function that ChatGPT can call to multiply two numbers together. | ||
|
||
If you add an action to a vocode agent, it is automatically added to each ChatGPT query. If the function call is outputted by ChatGPT, the corresponding action is triggered automatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to something like "If you add an action to a Vocode agent, the corresponding function calling schema is added to each ChatGPT query"
``` | ||
***Note:*** *You can also leave `action_trigger` field empty and vocode will default to function calls.* | ||
|
||
**Phrase triggers:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a line here like: "if the agent says 'Ending conversation now', then the end conversation action will automatically be taken"
* Update Readme with Preview Info (#1) * Update Readme with Preview Info * We're not quite that far along * Update Structure to be more Pleasing to the Eyes * Add changelog to readme --------- Co-authored-by: srhinos <6531393+srhinos@users.noreply.github.com> Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> * The Big Diff (#2) * The Big Diff * remove tests on 3.8 and 3.9 * Update README.md * Update README.md * fix turn based quickstart (#3) * [hotfix] remove unused import (#4) * Update README.md * Update README.md * Remove create_speech() from rime synthesizer (#6) * Fix default factory for elevenlabs WS (#12) * dispatch into elvenlabsws if experimental_websocket is on * fix mypy * Merge In Recent Fixes (#14) * [docs sprint] Updates docs for using transcribers (#9) * [docs sprint] phrase trigger documentation (#16) * [docs sprint] update open source quickstarts (#15) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation (#19) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation * Remove Tracing --------- Co-authored-by: srhinos <6531393+srhinos@users.noreply.github.com> * [docs sprint] Updates docs for using synthesizers (#8) * [docs sprint] using synthesizers docs update * update docs for elevenlabs ws * Apply suggestions from code review Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> --------- Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> * [docs sprint] Updates docs for react quickstart (#10) * [docs sprint] Updates docs for react quickstart * PR feedback * changes azure to override create_speech_uncached (#21) * [docs sprint] Adds docs for conversation mechanics and moves endpointing docs from transcribers (#11) * [docs sprint] Updates docs for using transcribers * Adds docs for conversation mechanics and moves endpointing docs from transcribers * Update docs/open-source/conversation-mechanics.md Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> * use mdx * PR feedback --------- Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> * updates docs for events manager (#7) * add cartesia synthesizer (#17) * add cartesia synthesizer * make Cartesia dependency optional, add it to the synthesizers extra group * lazy import cartesia * improved lazy loading, and added api_key as a config parameter * improvements to cartesia synth * use create_speech_uncached * use existing abstractions default encoding and sample rates * Remove redundant api_key assignment Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * Remove default setting of sampling rate Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * Remove default setting of audio_encoding Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * remove default setting of sampling rate Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * Remove redundant setting of audio enconding the output device handles this Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * build failed with poetry.lock file. re-updating it --------- Co-authored-by: Ajay Raj <ajay.n.raj@gmail.com> * Unset docs / README changes * Unset docs changes (cont.) * unset poetry version change * update poetry.lock --------- Co-authored-by: Mac Wilkinson <mac@vocode.dev> Co-authored-by: srhinos <6531393+srhinos@users.noreply.github.com> Co-authored-by: Adnaan Sachidanandan <adnaan@vocode.dev> Co-authored-by: rjheeta <rjheeta@gmail.com>
No description provided.