diff --git a/advocacy_docs/edb-postgres-ai/ai-accelerator/models/supported-models/openai-completions.mdx b/advocacy_docs/edb-postgres-ai/ai-accelerator/models/supported-models/openai-completions.mdx index affa3bc4abf..fbf672d710b 100644 --- a/advocacy_docs/edb-postgres-ai/ai-accelerator/models/supported-models/openai-completions.mdx +++ b/advocacy_docs/edb-postgres-ai/ai-accelerator/models/supported-models/openai-completions.mdx @@ -35,9 +35,9 @@ In this example, we are creating a GPT-4o model with the name `my_openai_model`: SELECT aidb.create_model( 'my_openai_model', 'openai_completions', - '{"model": "gpt-4o"}::JSONB, + '{"model": "gpt-4o"}'::JSONB, '{"api_key": "sk-abc123xyz456def789ghi012jkl345mn"}'::JSONB -) +); ``` ## Model configuration settings