From e829e3ef812489a6e7f55ea598cb30356a973575 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Fri, 23 Aug 2024 21:47:56 +0330 Subject: [PATCH] new service config added --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b8a3ec..e680d0f 100644 --- a/README.md +++ b/README.md @@ -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 introduction video about Hey! > :writing_hand: - Read the "Introducing Hey! - Your AI-powered Pair Programming Friend" 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. @@ -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",