Skip to content

Commit 0b689af

Browse files
authored
[cookbook] Fix bug in .sample.env file (#87)
Remove trailing comma
1 parent 4d5ee4d commit 0b689af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai-cookbook/.sample.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COOKBOOK_ENDPOINTS='[
22
{
3-
"id": "max",
3+
"id": "localhost",
44
"baseUrl": "http://127.0.0.1:8000/v1",
5-
"apiKey": "EMPTY",
5+
"apiKey": "EMPTY"
66
}
77
]'

0 commit comments

Comments
 (0)