Skip to content

Commit

Permalink
Merge pull request #4 from Ibtesam-Mahmood/chat
Browse files Browse the repository at this point in the history
Added Real Time Stock Price Tool to Chat Program
  • Loading branch information
Ibtesam-Mahmood committed Apr 8, 2023
2 parents d306482 + 9caa2a9 commit 6c84911
Show file tree
Hide file tree
Showing 10 changed files with 2,491 additions and 435 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.4] v0.1.4

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

## [0.1.3] v0.1.3

* Created `chat` program.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gpt-npm-cli v0.1.3
# gpt-npm-cli v0.1.4

A npm package that uses OpenAI + Langchain to perform convenient commands in the terminal.

Expand Down Expand Up @@ -31,5 +31,6 @@ The following is a list of commands currently configured within the `gptcli`:
- `gptcli understand`: Parses a webpage and allows the user to ask questions about its contents in chat format.
- `gptcli chat`: Runs a chat interface that can be improved with the following functionalities:
- Search Functionality: Provided thorugh `SerpAPI` or `ValueSerp`
- Live Stock Price Functionality: Provided thorugh `Finnhub`

For more information run the `gptcli help` command.
Loading

0 comments on commit 6c84911

Please sign in to comment.