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 new chat functionality #227

Closed
wants to merge 1 commit into from

Conversation

mplawner
Copy link

Added new features to chat:
-m/--model model selection
-t/--text input text
without -t/--text reads from standard input.
E.g.
echo "Tell me a joke." | ddgs chat -m "gpt-3.5"

Added new features to chat:
-m/--model model selection
-t/--text input text
without -t/--text reads from standard input.
E.g.
echo "Tell me a joke." | ddgs chat -m "gpt-3.5"
@deedy5
Copy link
Owner

deedy5 commented Jun 13, 2024

Thanks 👍 , but I don't think the chat will be used by anyone in that way.

@deedy5 deedy5 closed this Jun 13, 2024
@PeteHemery
Copy link

@deedy5 I actually made a similar modification to allow multiline input usage. Will open a seperate PR

@deedy5
Copy link
Owner

deedy5 commented Jun 17, 2024

multiline input usage?

@PeteHemery
Copy link

PeteHemery commented Jun 17, 2024

Yeah, if you wanted to paste multiple lines of code, or paragraphs, for example.
PR 230

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.

None yet

3 participants