Skip to content

Commit

Permalink
new service config added
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Aug 23, 2024
1 parent 4c4ba76 commit e829e3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Hey! - Your AI-powered Pair Programming Friend

> :sparkles: - You need a MindsDB token to use Hey. You can generate one for your personal uses for free from [here](mdb.ai)!
> :basecamp: - Watch this YouTube <a href="https://www.youtube.com/watch?v=fhO34PVa-38&list=LL&index=9">introduction video</a> about Hey!
> :writing_hand: - Read the <a href="https://blog.imsadra.me/introducing-hey-your-ai-powered-pair-programming-friend">"Introducing Hey! - Your AI-powered Pair Programming Friend"</a> article about the creation process, development phases, and a detailed overview of Hey.
Hey is a CLI-based AI assistant that is powered by the ChatGPT AI model versions supported by [MindsDB](https://mindsdb.com/). This project is designed for [Hashnode X MindsDB](https://hashnode.com/hackathons/mindsdb?source=hncounter-feed) hackathon.

You may need a MindsDB token to use Hey. You can generate one for your personal uses for free from [here](https://mdb.ai). You can set Hey to interact with any other LLM service URL though. You're not limited to mdb.ai.

### Installation
Make sure you have `pip` and `python>=3.6` installed on your machine and follow the steps.

Expand Down Expand Up @@ -106,6 +106,9 @@ Here is more information about each configuration parameter.

```json
{
// llm service URL
"service": "https://llm.mdb.ai",

// model version
"model": "gpt-3.5-turbo",

Expand Down

0 comments on commit e829e3e

Please sign in to comment.