diff --git a/src/main/kotlin/ee/carlrobert/codegpt/settings/service/custom/template/CustomServiceChatCompletionTemplate.kt b/src/main/kotlin/ee/carlrobert/codegpt/settings/service/custom/template/CustomServiceChatCompletionTemplate.kt index 43db6d54..ff133926 100644 --- a/src/main/kotlin/ee/carlrobert/codegpt/settings/service/custom/template/CustomServiceChatCompletionTemplate.kt +++ b/src/main/kotlin/ee/carlrobert/codegpt/settings/service/custom/template/CustomServiceChatCompletionTemplate.kt @@ -111,7 +111,7 @@ enum class CustomServiceChatCompletionTemplate( ), getDefaultBodyParams( mapOf( - "model" to "meta-llama/llama-3-8b-instruct:free", + "model" to "meta-llama/llama-3.1-8b-instruct:free", "max_tokens" to 1024 ) ) @@ -147,4 +147,4 @@ private fun getDefaultBodyParams(additionalParams: Map): MutableMap ) defaultParams.putAll(additionalParams) return defaultParams -} \ No newline at end of file +}