Skip to content

Commit b450074

Browse files
committed
genai cleanup
1 parent 672145f commit b450074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/genai/02_onboarding/03_quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ completion = portkey.chat.completions.create(
2828
{"role": "system", "content": "You are not a helpful assistant"},
2929
{"role": "user", "content": "Say this is a test"},
3030
],
31-
model="", # Repace with the LLM model you'd like to use
31+
model="", # Replace with the LLM model you'd like to use
3232
)
3333

3434
print(completion)

0 commit comments

Comments
 (0)