You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try fix max_retries from google call
* try fix llm with retry
* test set versions for packages
* revert testing changes
* update readme to match template
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,13 @@ git clone <repository-url>
62
62
63
63
You're ready to start developing your chat function. Head over to the [Development](#development) section to learn more.
64
64
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
66
72
67
73
In the `README.md` file, change the title and description so it fits the purpose of your chat function.
0 commit comments