Skip to content

Commit b93a93d

Browse files
authored
Update deploy-models-llama.md
there is an extra coma in the JSON script
1 parent a69e088 commit b93a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ __Body__
244244
{
245245
"prompt": "What's the distance to the moon?",
246246
"temperature": 0.8,
247-
"max_tokens": 512,
247+
"max_tokens": 512
248248
}
249249
```
250250

0 commit comments

Comments
 (0)