Skip to content

Commit

Permalink
use const
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Apr 8, 2024
1 parent 53f6eb6 commit d4ae849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension/provider-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ExtensionContext, WebviewView } from 'vscode'
import { ApiProviders, ClientMessage, ServerMessage } from '../common/types'
import { UI_TABS } from '../common/constants'
import { FIM_TEMPLATE_FORMAT, UI_TABS } from '../common/constants'
import { v4 as uuidv4 } from 'uuid'

export const PROVIDER_MESSAGE_TYPE = {
Expand Down Expand Up @@ -114,7 +114,7 @@ export class ProviderManager {
apiPort: 11434,
apiPath: '/api/generate',
apiProtocol: 'http',
fimTemplate: 'automatic'
fimTemplate: FIM_TEMPLATE_FORMAT.codellama,
} as TwinnyProvider
}

Expand Down

0 comments on commit d4ae849

Please sign in to comment.