matthoffner commited on
Commit
2d72d60
·
verified ·
1 Parent(s): 7cb949e

Update app/editor/copilot.ts

Browse files
Files changed (1) hide show
  1. 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',