We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672145f commit b450074Copy full SHA for b450074
1 file changed
docs/genai/02_onboarding/03_quickstart.mdx
@@ -28,7 +28,7 @@ completion = portkey.chat.completions.create(
28
{"role": "system", "content": "You are not a helpful assistant"},
29
{"role": "user", "content": "Say this is a test"},
30
],
31
- model="", # Repace with the LLM model you'd like to use
+ model="", # Replace with the LLM model you'd like to use
32
)
33
34
print(completion)
0 commit comments