Spaces:
Paused
Paused
Update app/editor/copilot.ts
Browse files- app/editor/copilot.ts +1 -1
app/editor/copilot.ts
CHANGED
@@ -41,7 +41,7 @@ export const defaultllmParams: llmParams = {
|
|
41 |
|
42 |
export const defaultConfig: Config = {
|
43 |
llmKey: '',
|
44 |
-
llmUrl: 'https://ggml-coding-llm.hf.space/completion',
|
45 |
llmParams: defaultllmParams,
|
46 |
cursorStyleLoading: 'underline',
|
47 |
cursorStyleNormal: 'line',
|
|
|
41 |
|
42 |
export const defaultConfig: Config = {
|
43 |
llmKey: '',
|
44 |
+
llmUrl: 'https://matthoffner-ggml-coding-llm.hf.space/completion',
|
45 |
llmParams: defaultllmParams,
|
46 |
cursorStyleLoading: 'underline',
|
47 |
cursorStyleNormal: 'line',
|