Skip to content

Commit 352cd5f

Browse files
Moved up the warning on testing
1 parent 637bb45 commit 352cd5f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/code-generation/query-converter/set-query-converter-llm.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ service <https://azure.microsoft.com/en-us/products/ai-services/openai-service>`
2424
When configured to use a locally-hosted LLM service, Relational Migrator
2525
doesn't require internet access for query conversion.
2626

27+
.. important::
28+
29+
Query Converter has been tested and optimized with `GPT-4o
30+
<https://platform.openai.com/docs/models#gpt-4o>`__.
31+
If you change the LLM, test Query Converter output to verify that code
32+
quality meets your needs. LLM output varies widely between models. Code
33+
quality can also vary within the same model depending on programming
34+
language, design patterns, and other factors.
35+
2736
Before You Begin
2837
----------------
2938

@@ -276,13 +285,6 @@ Steps
276285

277286
.. step:: Save and close the file, and restart Relational Migrator.
278287

279-
.. important::
280-
281-
Test Query Converter output to verify that code quality meets your
282-
expectations. LLM Output varies widely between models. Code quality can
283-
also vary within the same model depending on programming language, design
284-
patterns, and other factors.
285-
286288
Next Steps
287289
----------
288290

0 commit comments

Comments
 (0)