Update README.md
Browse files
README.md
CHANGED
@@ -154,13 +154,13 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
154 |
```
|
155 |
|
156 |
### Running with Ollama
|
157 |
-
|
158 |
|
159 |
` ollama run codegpt/deepseek-coder-1.3b-typescript `
|
160 |
|
161 |
### Running with Ollama and CodeGPT Autocomplete in VSCode
|
162 |
|
163 |
-
|
164 |
|
165 |
Select "Ollama - codegpt/deepseek-coder-1.3b-typescript" in the autocomplete model selector.
|
166 |
|
|
|
154 |
```
|
155 |
|
156 |
### Running with Ollama
|
157 |
+
**Model:** https://ollama.ai/codegpt/deepseek-coder-1.3b-typescript
|
158 |
|
159 |
` ollama run codegpt/deepseek-coder-1.3b-typescript `
|
160 |
|
161 |
### Running with Ollama and CodeGPT Autocomplete in VSCode
|
162 |
|
163 |
+
**Documentation:** https://docs.codegpt.co/docs/tutorial-features/code_autocompletion
|
164 |
|
165 |
Select "Ollama - codegpt/deepseek-coder-1.3b-typescript" in the autocomplete model selector.
|
166 |
|