add ollama package and support for ollama-hosted model
This commit is contained in:
@@ -95,6 +95,8 @@ export function getModelName(name:string){
|
||||
return 'GPT-4 Turbo (20240409)'
|
||||
case 'gemini-1.5-pro-latest':
|
||||
return 'Gemini 1.5 Pro'
|
||||
case 'ollama-hosted':
|
||||
return 'Ollama'
|
||||
default:
|
||||
if(name.startsWith("horde:::")){
|
||||
const split = name.split(":::")
|
||||
|
||||
Reference in New Issue
Block a user