Merge pull request #4621 from nthe/main

feat: Set content-type header in Ollama backend
This commit is contained in:
Timothy Jaeryang Baek
2024-08-15 15:45:51 +02:00
committed by GitHub
2 changed files with 13 additions and 3 deletions

View File

@@ -59,7 +59,8 @@
return _item;
}),
{
keys: ['value', 'label', 'tags', 'desc', 'modelName']
keys: ['value', 'tags', 'modelName'],
threshold: 0.3
}
);