summaryrefslogtreecommitdiff
path: root/continuedev/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-02 11:30:40 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-02 11:30:40 -0700
commitf60691af77fc86f29a6c9d7df074c99f15da5a4c (patch)
tree474a5bfb0e2a04f0e2a90f35e23878bba9a86659 /continuedev/src
parent70ef78758823fef914891fd35d8e7087bb6768e8 (diff)
downloadsncontinue-f60691af77fc86f29a6c9d7df074c99f15da5a4c.tar.gz
sncontinue-f60691af77fc86f29a6c9d7df074c99f15da5a4c.tar.bz2
sncontinue-f60691af77fc86f29a6c9d7df074c99f15da5a4c.zip
docs: :memo: update docs for openaiserverifno
Diffstat (limited to 'continuedev/src')
-rw-r--r--continuedev/src/continuedev/core/sdk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/core/sdk.py b/continuedev/src/continuedev/core/sdk.py
index 9b1c2cd0..9ff6612c 100644
--- a/continuedev/src/continuedev/core/sdk.py
+++ b/continuedev/src/continuedev/core/sdk.py
@@ -72,7 +72,7 @@ class ContinueSDK(AbstractContinueSDK):
msg_step = MessageStep(
name="Invalid Continue Config File", message=formatted_err
)
- msg_step.description = f"Falling back to default config settings due to the following error in `~/.continue/config.py`.\n```\n{formatted_err}\n```\n\nIt's possible this was caused by an update to the Continue config format. If you'd like to see the new recommended default `config.py`, check [here](https://github.com/continuedev/continue/blob/main/continuedev/src/continuedev/libs/constants/default_config.py)."
+ msg_step.description = f"Falling back to default config settings due to the following error in `~/.continue/config.py`.\n```\n{formatted_err}\n```\n\nIt's possible this was caused by an update to the Continue config format. If you'd like to see the new recommended default `config.py`, check [here](https://github.com/continuedev/continue/blob/main/continuedev/src/continuedev/libs/constants/default_config.py).\n\nIf the error is related to OpenAIServerInfo, see the updated way of using these parameters [here](https://continue.dev/docs/customization#azure-openai-service)."
sdk.history.add_node(
HistoryNode(step=msg_step, observation=None, depth=0, active=False)
)