Skip to content

Commit dcf8d95

Browse files
committed
update readme
1 parent 21c030c commit dcf8d95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These are the available commands:
3131

3232
To get started, follow the below steps:
3333

34-
1. Create an `.env` file by copying the `SAMPLE_env` file and add API keys for the models you are going to use
34+
1. Create an `.env` file by copying the `SAMPLE_env` file and add the model store provider you'll be using (e.g. HuggingFace or OpenAI) and the API keys for the models you are going to use
3535
1. Install packages
3636
1. Run the backend and frontend servers
3737

server/services/openai.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class OpenAiService {
3131
const response = await chain.call({
3232
input: userInput,
3333
});
34-
console.log('response ', response);
3534
return response;
3635
}
3736
}

0 commit comments

Comments
 (0)