File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
source/code-generation/query-converter Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ service <https://azure.microsoft.com/en-us/products/ai-services/openai-service>`
2424When configured to use a locally-hosted LLM service, Relational Migrator
2525doesn'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+
2736Before 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-
286288Next Steps
287289----------
288290
You can’t perform that action at this time.
0 commit comments