mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
fixed local models
This commit is contained in:
@@ -279,7 +279,7 @@ class Standalone:
|
||||
try:
|
||||
default_modelollamaList = ollama.list()['models']
|
||||
for model in default_modelollamaList:
|
||||
fullOllamaList.append(model['name'].split(":")[0])
|
||||
fullOllamaList.append(model['name'])
|
||||
except:
|
||||
fullOllamaList = []
|
||||
return gptlist, fullOllamaList, claudeList
|
||||
|
||||
Reference in New Issue
Block a user