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

Bump chatgpt from 4.4.1 to 4.7.1 #13

Merged
merged 2 commits into from
Feb 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps chatgpt from 4.4.1 to 4.7.1.

Release notes

Sourced from chatgpt's releases.

Bug fix for CLI

  • fix: cwd bug with packageJson e65a54f

transitive-bullshit/agentic@v4.7.0...v4.7.1

Add chatgpt CLI 🔥

This release adds CLI functionality to chatgpt – Huge props to @​zeke for the great idea and initial PR 🔥

To run the CLI, you'll need an OpenAI API key:

export OPENAI_API_KEY="sk-TODO"
npx chatgpt "your prompt here"

By default, the response is streamed to stdout, the results are stored in a local config file, and every invocation starts a new conversation. You can use -c to continue the previous conversation and --no-stream to disable streaming.

Under the hood, the CLI uses ChatGPTAPI with text-davinci-003 to mimic ChatGPT.

Usage:
  $ chatgpt <prompt>

Commands: <prompt> Ask ChatGPT a question rm-cache Clears the local message cache ls-cache Prints the local message cache path

For more info, run any command with the --help flag: $ chatgpt --help $ chatgpt rm-cache --help $ chatgpt ls-cache --help

Options: -c, --continue Continue last conversation (default: false) -d, --debug Enables debug logging (default: false) -s, --stream Streams the response (default: true) -s, --store Enables the local message cache (default: true) -t, --timeout Timeout in milliseconds -k, --apiKey OpenAI API key -n, --conversationName Unique name for the conversation -h, --help Display this message -v, --version Display version number


  • chore: update ts docs 42d163b
  • 🥒 607fccf
  • 🔻 df0d6ef

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 4.4.1 to 4.7.1.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](transitive-bullshit/agentic@v4.4.1...v4.7.1)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@pacholoamit pacholoamit merged commit 14da7d8 into main Feb 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/chatgpt-4.7.1 branch February 25, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant