Skip to content

Releases: Ibtesam-Mahmood/gpt-npm-cli

Version 0.1.5

09 Apr 08:56
5c669f0
Compare
Choose a tag to compare

Changelog:

  • Added currency conversion tool to chat program.
  • Added alias support for programs.
  • Added gptcli c alias for gptcli chat.
  • Cleaned up finnhub and currency conversion tool integrations.
  • Created prompt program.
  • Created zero-shot-react chat agent for prompt program to allow for complex multi-stage reasoning.

What's Changed

Full Changelog: v0.1.4...v0.1.5

Version 0.1.4

08 Apr 11:36
6c84911
Compare
Choose a tag to compare

Changelog:

  • Updated chat program to include stock price checking tool leveraging finnhub api.
  • Added gptcli config finnhub program.

What's Changed

Full Changelog: v0.1.3...v0.1.4

Version 0.1.3

08 Apr 06:57
d306482
Compare
Choose a tag to compare

Changelog:

  • Created chat program.
  • Added gptcli config serpapi program.
  • Added gptcli config valueserp program.
  • Added -c flag to gptcli config <key> subcommands to clear the current key
  • Factored common chat logic between understand and chat program
  • Added search functionality to chat program through serpapi and valueserp

What's Changed

Full Changelog: v0.1.2...v0.1.3

Version 0.1.2

31 Mar 03:21
bf39e0f
Compare
Choose a tag to compare

Changelog

  • Created understand program.
  • Added local caching to understand program.
  • Created EmbeddingService for parsing and storing vector stores locally.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

28 Mar 02:02
9d19791
Compare
Choose a tag to compare

Change log:

  • Created translate program
  • Updated summary program with --mode and --split flags.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

28 Mar 01:59
4685f53
Compare
Choose a tag to compare

Changelog:

  • Created gptcli program architecture.
  • Created summary program: summarizes text and URLs.
  • Created config program: configures required environment variables for the cli.

Full Changelog: https://github.com/Ibtesam-Mahmood/gpt-npm-cli/commits/v0.1.0