Skip to content

Commit

Permalink
Updates todos
Browse files Browse the repository at this point in the history
  • Loading branch information
apmiller108 committed Jan 27, 2025
1 parent d2467aa commit b8d260e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TODO.org
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- [ ] Look into client side validation of mime types and file size
- [ ] Make system messages dynamic. Make transcription system message.
- [ ] Make generate_text_requests.model not null
- [ ] Add support for PDFs (only sonnet 3-5) https://docs.anthropic.com/en/docs/build-with-claude/pdf-support
* DONE preset updates [1/1]
CLOSED: [2025-01-20 Mon 13:49]
- [X] auto select the temperature of the preset
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/file_input_component.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class FileInputComponent < ApplicationViewComponent
attr_reader :form, :disabled

def initialize(form:, disabled: true)
def initialize(form:, disabled: false, file_types: [])
@form = form
@disabled = disabled
end
Expand Down

0 comments on commit b8d260e

Please sign in to comment.