Skip to content

Commit e1ba630

Browse files
authored
Merge pull request #8961 from continuedev/nate/con-5033
docs: add required name, schema, and version fields to all YAML examples
2 parents a5ef57a + 23b359a commit e1ba630

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+484
-5
lines changed

docs/customize/deep-dives/autocomplete.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ If you want to have the best autocomplete experience, we recommend using Codestr
2121
</Tab>
2222
<Tab title="YAML">
2323
```yaml title="config.yaml"
24+
name: My Config
25+
version: 0.0.1
26+
schema: v1
27+
2428
models:
2529
- name: Codestral
2630
provider: mistral
@@ -68,6 +72,10 @@ Then, add the model to your configuration:
6872
</Tab>
6973
<Tab title="YAML">
7074
```yaml title="config.yaml"
75+
name: My Config
76+
version: 0.0.1
77+
schema: v1
78+
7179
models:
7280
- name: Qwen 1.5b Autocomplete Model
7381
provider: ollama
@@ -104,6 +112,10 @@ For example:
104112
<Tab title="YAML">
105113

106114
```yaml title="config.yaml"
115+
name: My Config
116+
version: 0.0.1
117+
schema: v1
118+
107119
models:
108120
- name: Qwen3 without Thinking for Autocomplete
109121
provider: ollama

docs/customize/model-providers/more/SambaNova.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The SambaNova Cloud is a cloud platform for running large AI models with the wor
88
<Tabs>
99
<Tab title="YAML">
1010
```yaml title="config.yaml"
11+
name: My Config
12+
version: 0.0.1
13+
schema: v1
14+
1115
models:
1216
- name: GPT OSS 120B
1317
provider: sambanova

docs/customize/model-providers/more/asksage.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Add your Ask Sage model to your Continue configuration file.
3333
<Tabs>
3434
<Tab title="YAML">
3535
```yaml title="config.yaml"
36+
name: My Config
37+
version: 0.0.1
38+
schema: v1
39+
3640
models:
3741
- name: GPT-4 gov
3842
provider: askSage
@@ -66,6 +70,10 @@ For secure environments, specify your DoD CA bundle path:
6670
<Tabs>
6771
<Tab title="YAML">
6872
```yaml title="config.yaml"
73+
name: My Config
74+
version: 0.0.1
75+
schema: v1
76+
6977
models:
7078
- name: GPT-4 gov
7179
provider: askSage

docs/customize/model-providers/more/cerebras.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Cerebras Inference uses specialized silicon to provides fast inference.
1212
<Tabs>
1313
<Tab title="YAML">
1414
```yaml title="config.yaml"
15+
name: My Config
16+
version: 0.0.1
17+
schema: v1
18+
1519
models:
1620
- name: Cerebras Llama 3.1 70B
1721
provider: cerebras

docs/customize/model-providers/more/cloudflare.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Cloudflare Workers AI can be used for both chat and tab autocompletion in Contin
88
<Tabs>
99
<Tab title="YAML">
1010
```yaml title="config.yaml"
11+
name: My Config
12+
version: 0.0.1
13+
schema: v1
14+
1115
models:
1216
- name: Llama 3 8B
1317
provider: cloudflare

docs/customize/model-providers/more/cohere.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ We recommend configuring **Command A** as your chat model.
1212
<Tabs>
1313
<Tab title="YAML">
1414
```yaml title="config.yaml"
15+
name: My Config
16+
version: 0.0.1
17+
schema: v1
18+
1519
models:
1620
- name: Command A 03-2025
1721
provider: cohere
@@ -48,6 +52,10 @@ We recommend configuring **embed-v4.0** as your embeddings model.
4852
<Tabs>
4953
<Tab title="YAML">
5054
```yaml title="config.yaml"
55+
name: My Config
56+
version: 0.0.1
57+
schema: v1
58+
5159
models:
5260
- name: Cohere Embed v4.0
5361
provider: cohere
@@ -77,6 +85,10 @@ We recommend configuring **rerank-v3.5** as your reranking model.
7785
<Tabs>
7886
<Tab title="YAML">
7987
```yaml title="config.yaml"
88+
name: My Config
89+
version: 0.0.1
90+
schema: v1
91+
8092
models:
8193
- name: Cohere Rerank v3.5
8294
provider: cohere

docs/customize/model-providers/more/deepinfra.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ description: "Configure DeepInfra with Continue to access low-cost inference for
1616
<Tabs>
1717
<Tab title="YAML">
1818
```yaml title="config.yaml"
19+
name: My Config
20+
version: 0.0.1
21+
schema: v1
22+
1923
models:
2024
- name: <MODEL_NAME>
2125
provider: deepinfra

docs/customize/model-providers/more/deepseek.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ slug: ../deepseek
1616
<Tabs>
1717
<Tab title="YAML">
1818
```yaml title="config.yaml"
19+
name: My Config
20+
version: 0.0.1
21+
schema: v1
22+
1923
models:
2024
- name: <MODEL_NAME>
2125
provider: deepseek

docs/customize/model-providers/more/flowise.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: "Configure Flowise with Continue to integrate with this low-code/no
88
<Tabs>
99
<Tab title="YAML">
1010
```yaml title="config.yaml"
11+
name: My Config
12+
version: 0.0.1
13+
schema: v1
14+
1115
models:
1216
- name: Flowise
1317
provider: flowise

docs/customize/model-providers/more/function-network.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Function Network supports a number of models for chat. We recommend using LLama
1818
<Tabs>
1919
<Tab title="YAML">
2020
```yaml title="config.yaml"
21+
name: My Config
22+
version: 0.0.1
23+
schema: v1
24+
2125
models:
2226
- name: Llama 3.1 70b
2327
provider: function-network
@@ -52,6 +56,10 @@ Function Network supports a number of models for autocomplete. We recommend usin
5256
<Tabs>
5357
<Tab title="YAML">
5458
```yaml title="config.yaml"
59+
name: My Config
60+
version: 0.0.1
61+
schema: v1
62+
5563
models:
5664
- name: Deepseek Coder 6.7b
5765
provider: function-network
@@ -82,6 +90,10 @@ Function Network supports a number of models for embeddings. We recommend using
8290
<Tabs>
8391
<Tab title="YAML">
8492
```yaml title="config.yaml"
93+
name: My Config
94+
version: 0.0.1
95+
schema: v1
96+
8597
models:
8698
- name: BGE Base En
8799
provider: function-network

0 commit comments

Comments
 (0)