Skip to content

Commit 4e24a52

Browse files
committed
Don't save models to disk when refreshing.
Fixes issues in production with read only filesystems.
1 parent 5623bee commit 4e24a52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ruby_llm/models.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def refresh! # rubocop:disable Metrics/AbcSize,Metrics/CyclomaticComplexity,Metr
4040

4141
all = (preserved + configured.flat_map(&:list_models)).sort_by(&:id)
4242
@instance = new(all)
43-
@instance.save_models
4443
@instance
4544
end
4645

0 commit comments

Comments
 (0)