Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Aug 25, 2024
1 parent ab36962 commit 5f0de48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminalgpt"
version = "2.2.1"
version = "2.2.2"
description = "AI chat assistant in your terminal powered by OpenAI ChatGPT models."
authors = ["Adam Yodinsky <[email protected]>"]
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion terminalgpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def install():
"\n Choose a printing style (plain/markdown):\n",
completer=WordCompleter(printing_styles, ignore_case=True),
style=PromptStyle.from_dict({"prompt": "bold lightblue"}),
default=printing_styles[0],
default=printing_styles[1],
)

encryption_key = enc_manager.set_encryption_key()
Expand Down

0 comments on commit 5f0de48

Please sign in to comment.