mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update ModelId guidance for gpt-4.1 and gpt-5
Updated README.md to specify that for gpt-4.1 and gpt-5 models, the ModelId should be set to gpt-4o for proper token counting. Aligned appsettings.json comments with this guidance to ensure consistency and clarity for users configuring Azure OpenAI settings.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"ChatCompletion": {
|
||||
"Endpoint": "",
|
||||
"Deployment": "",
|
||||
"ModelId": "", // gpt-4o, gpt-4, gpt-3.5, etc. Note that for gpt-4.1 models, the ModelId must be set to gpt-4o.
|
||||
"ModelId": "", // gpt-4o, gpt-4, gpt-3.5, etc. Note that for gpt-4.1 and gpt-5 models, the ModelId must be set to gpt-4o.
|
||||
"ApiKey": ""
|
||||
},
|
||||
"Embedding": {
|
||||
|
||||
Reference in New Issue
Block a user