fix: replace codegpt default anon chat model

This commit is contained in:
Carl-Robert Linnupuu 2024-07-19 11:25:49 +03:00
parent 501d52245f
commit ff977f5c1e

View file

@ -16,7 +16,7 @@ class CodeGPTServiceSettingsState : BaseState() {
}
class CodeGPTServiceChatCompletionSettingsState : BaseState() {
var model by string("llama-3-8b")
var model by string("gpt-4o-mini")
}
class CodeGPTServiceCodeCompletionSettingsState : BaseState() {