Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to save and continue chatting #83

Merged
merged 2 commits into from
Jan 2, 2024
Merged

Add ability to save and continue chatting #83

merged 2 commits into from
Jan 2, 2024

Conversation

ido50
Copy link
Collaborator

@ido50 ido50 commented Dec 27, 2023

The aiac prompt line, after showing results from the LLM provider,
allows saving only once, as it exits immediately after saving. This
commit introduces the ability to save and continue chatting, thus
allowing users to save multiple files during a conversation with
the model.

For backwards compatibility purposes, the "s" key will still save
and exit, but the new "w" key can be used to save and continue
chatting.

This PR also removes the text-davinci-003 and text-davinci-002 models,
which are set to be shut down by OpenAI on January 4.

A small bug is also fixed in the CLI: when an unsupported/unknown
model was provided, the error message did not properly include the
name of the model provided.

Closes #81

This commit removes the text-davinci-003 and text-davinci-002 models,
which are set to be shut down by OpenAI on January 4.

A small bug is also fixed in the CLI: when an unsupported/unknown
model was provided, the error message did not properly include the
name of the model provided.
The aiac prompt line, after showing results from the LLM provider,
allows saving only once, as it exits immediately after saving. This
commit introduces the ability to save and continue chatting, thus
allowing users to save multiple files during a conversation with
the model.

For backwards compatibility purposes, the "s" key will still save
and exit, but the new "w" key can be used to save and continue
chatting.
@ido50 ido50 requested a review from liavyona December 27, 2023 12:39
@ghost
Copy link

ghost commented Dec 27, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@ido50 ido50 merged commit 043a0d0 into main Jan 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

save and continue with chat feature in aiac
2 participants