Skip to content

Commit

Permalink
pop message for loading welcome back
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Apr 2, 2023
1 parent 6359006 commit e4cea26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = "1.0.10"
version = "1.0.11"
description = "AI chat asistent in your terminal powered by OpenAI GPT-3.5"
authors = ["Adam Yodinsky <[email protected]>"]
keywords=["ai", "chat", "terminal", "openai", "gpt3", "chatGPT", "assistant", "gpt3.5", "terminalGPT", "gpt-3.5-turbo"]
Expand Down
1 change: 1 addition & 0 deletions terminalgpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def load(ctx):
)

chat_utils.welcome_message(messages=messages)
messages.pop()

chat_utils.chat_loop(
token_limit=token_limit,
Expand Down

0 comments on commit e4cea26

Please sign in to comment.