Skip to content

Commit fbedbc5

Browse files
committed
update readme to match template
1 parent 9aa889b commit fbedbc5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ git clone <repository-url>
6262

6363
You're ready to start developing your chat function. Head over to the [Development](#development) section to learn more.
6464

65-
#### 4. Update the README
65+
#### 4. Deploy the chat function
66+
67+
You will have to add your API key and LLM model name into the Github repo settings. Under `Secrets and variables/Actions`: the API key must be added as a secret and the LLM model must be added as a variable.
68+
69+
You must ensure the same namings as in your `.env` file. So, make sure to update the `.github/{dev and main}.yml` files with the correct parameter names.
70+
71+
#### 5. Update the README
6672

6773
In the `README.md` file, change the title and description so it fits the purpose of your chat function.
6874

0 commit comments

Comments
 (0)