summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-28 10:50:49 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-28 10:50:49 -0700
commita7cb0929bd064f73a1e3e49ba8dd6b6b7de387f4 (patch)
tree0ef7ee807121f968dc07448d0345c3c018f08be5 /docs
parenta8e69a02e6897689a1727fb7542ed5684b1348e2 (diff)
downloadsncontinue-a7cb0929bd064f73a1e3e49ba8dd6b6b7de387f4.tar.gz
sncontinue-a7cb0929bd064f73a1e3e49ba8dd6b6b7de387f4.tar.bz2
sncontinue-a7cb0929bd064f73a1e3e49ba8dd6b6b7de387f4.zip
fix: :bug: fix height bug after cmd+shift+R
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/customization/models.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/customization/models.md b/docs/docs/customization/models.md
index ba3f6424..7c5caee7 100644
--- a/docs/docs/customization/models.md
+++ b/docs/docs/customization/models.md
@@ -62,7 +62,7 @@ config = ContinueConfig(
model="gpt-3.5-turbo",
api_base="https://my-azure-openai-instance.openai.azure.com/",
engine="my-azure-openai-deployment",
- api_version="2023-03-15-preview",
+ api_version="2023-07-01-preview",
api_type="azure"
)
)