summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorTim Dahlmanns <131154267+timdahlmanns@users.noreply.github.com>2023-10-16 20:05:15 +0200
committerGitHub <noreply@github.com>2023-10-16 11:05:15 -0700
commit6ef8ae6d5ab7efb1e928ff6474b6ac7a804a34cc (patch)
tree6e1dd9717a0051399f1afab7c4adc76356431774 /server
parentb6e92ac882596ad95a3bc2be3eac9df8c05f14b1 (diff)
downloadsncontinue-6ef8ae6d5ab7efb1e928ff6474b6ac7a804a34cc.tar.gz
sncontinue-6ef8ae6d5ab7efb1e928ff6474b6ac7a804a34cc.tar.bz2
sncontinue-6ef8ae6d5ab7efb1e928ff6474b6ac7a804a34cc.zip
fix: docs and install dependencies task for new directory structure (#551)
* docs: update directory structure * fix: install dependencies task * undo reset * Remove create-a-recipe.md --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>
Diffstat (limited to 'server')
-rw-r--r--server/continuedev/core/sdk.py2
-rw-r--r--server/continuedev/models/reference/generate.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/continuedev/core/sdk.py b/server/continuedev/core/sdk.py
index 408168f6..65ac9c58 100644
--- a/server/continuedev/core/sdk.py
+++ b/server/continuedev/core/sdk.py
@@ -83,7 +83,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).\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)."
+ 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/server/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)."
self.history.add_node(
HistoryNode(step=msg_step, observation=None, depth=0, active=False)
)
diff --git a/server/continuedev/models/reference/generate.py b/server/continuedev/models/reference/generate.py
index 74912f75..b17df3b2 100644
--- a/server/continuedev/models/reference/generate.py
+++ b/server/continuedev/models/reference/generate.py
@@ -79,7 +79,7 @@ import ClassPropertyRef from '@site/src/components/ClassPropertyRef.tsx';
{dedent(schema.get("description", ""))}
-[View the source](https://github.com/continuedev/continue/tree/main/continuedev/src/continuedev/{filepath})
+[View the source](https://github.com/continuedev/continue/tree/main/server/continuedev/{filepath})
## Properties