Skip to content

Commit

Permalink
Update README.md (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchard authored Dec 13, 2024
1 parent 2fd7c3b commit fb91388
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit fb91388

Please sign in to comment.