Skip to content

Commit

Permalink
Merge pull request #230 from Security-Tools-Alliance/fix-llm-selection
Browse files Browse the repository at this point in the history
fix(api): remove unused 'selected' field from OllamaManager defaults
  • Loading branch information
AnonymousWP authored Nov 11, 2024
2 parents e86006a + 3828463 commit 660ad44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def put(self, request):
defaults={
'selected_model': model_name,
'use_ollama': use_ollama,
'selected': True
}
)
return Response({'status': True})
Expand Down

0 comments on commit 660ad44

Please sign in to comment.