Skip to content
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

Fix broken links in meld/README.md #124

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This example project showcases the use of Hume AI's Empathic Voice Interface (EVI) to boost brainstorming sessions through a React-based application.

Utilizing a unique system prompt, EVI can adopt three distinct personas, providing diverse insights tailored to your topics. With our [System Prompt](https://github.com/HumeAI/meld/blob/main/src/system_prompt.txt) we define three distinct personas EVI will take to provide insights our topic.
Utilizing a unique system prompt, EVI can adopt three distinct personas, providing diverse insights tailored to your topics. With our [System Prompt](src/system_prompt.txt) we define three distinct personas EVI will take to provide insights our topic.

This project leverages [Hume's React SDK](https://github.com/HumeAI/empathic-voice-api-js/tree/main/packages/react), a straightforward React interface, designed to seamlessly integrate EVI capabilities into your React applications.

Expand Down Expand Up @@ -42,7 +42,7 @@ pnpm install

### Configuring EVI

First, create an EVI configuration with the [provided system prompt](https://github.com/HumeAI/meld/blob/main/src/system_prompt.txt). Once the configuration has been created, set your `config_id` in `src/App.tsx`.
First, create an EVI configuration with the [provided system prompt](src/system_prompt.txt). Once the configuration has been created, set your `config_id` in `src/App.tsx`.

Learn how to create your config and get your `config_id` [here](https://dev.hume.ai/docs/empathic-voice-interface-evi/configuration).

Expand Down