Skip to content

Commit

Permalink
fixed even more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xssdoctor committed Mar 8, 2024
1 parent c524eb6 commit 6457cb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions installer/client/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,7 @@ def run(self):
print("Please enter your claude API key. If you do not have one, or if you have already entered it, press enter.\n")
claudekey = input()
self.claude_key(claudekey.strip())
model = input(
"Please enter your default model. Press enter to choose the default gpt-4-turbo-preview\n")
self.patterns()
self.default_model(model)


class Transcribe:
Expand Down

0 comments on commit 6457cb4

Please sign in to comment.