Skip to content

Commit 2d81c87

Browse files
committed
fix capitalization
1 parent 9454342 commit 2d81c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export async function POST(req: Request) {
161161
"strategy": "LLM",
162162
"_cost": {
163163
"amount": 123, // Amount is expected to be in cents. $1.23 should be represented as 123
164-
"currency": "USD"
164+
"currency": "usd"
165165
},
166166
"_llm": {
167167
... //

0 commit comments

Comments
 (0)