mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
fix: update OpenRouter model version in custom OpenAI provider (#678)
- Updated the model version for the OpenRouter configuration in the custom OpenAI provider from `meta-llama/llama-3-8b-instruct:free` to `meta-llama/llama-3.1-8b-instruct:free`
This commit is contained in:
parent
baa99d97d1
commit
a8316cb4f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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<String, Any>): MutableMap
|
|||
)
|
||||
defaultParams.putAll(additionalParams)
|
||||
return defaultParams
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue