Skip to content

Commit

Permalink
Add emojis to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Apr 24, 2023
1 parent d0a7a77 commit 0683e5e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This is a work in progress, so expect bugs and missing features.

## Features
## 🚀 Features

### Bing chat-based searches

Expand All @@ -31,7 +31,7 @@ Connect one chat with another chat and let them talk to each other.

You can import the libraries in the `pkg` directory to use Bing or ChatGPT as `io.ReadWriter` in your own projects.

## TODO list
## 📝 TODO list

- Web command: open a web page in the browser instead of using a http client.
- Memory: use chroma, pinecone or similar to manage OpenAI chat memory.
Expand All @@ -42,7 +42,7 @@ You can import the libraries in the `pkg` directory to use Bing or ChatGPT as `i
- Add more commands.
- Drink more coffee.

## Installation
## 📦 Installation

You can use the Golang binary to install **igoGPT**:

Expand All @@ -52,7 +52,7 @@ go install github.com/igolaizola/igogpt/cmd/igogpt@latest

Or you can download the binary from the [releases](https://github.com/igolaizola/igogpt/releases)

## Usage
## 🕹️ Usage

### Configuration

Expand Down Expand Up @@ -144,7 +144,7 @@ Or you can try letting the program to launch the browser automatically:
igogpt create-bing-session
```

## Parameters
## 🛠️ Parameters

You can use the `--help` flag to see all available options.

Expand Down Expand Up @@ -181,7 +181,7 @@ You can use the `--help` flag to see all available options.
- `bing-wait` (duration) wait time between requests (e.g. 5s).
- `bing-session` (string) path to the bing session file.

## FAQ
## FAQ

### How do I launch a browser with remote debugging enabled?

Expand Down Expand Up @@ -215,7 +215,7 @@ Use `ping 0.tcp.ngrok.io` to get the ip address.

This also works if you are having troubles to connect from WSL to Windows.

## Disclaimer
## ⚠️ Disclaimer

The automation of Bing Chat and ChatGPT accounts is a violation of their Terms of Service and will result in your account(s) being terminated.

Expand All @@ -224,7 +224,7 @@ Read about Bing Chat and ChatGPT Terms of Service and Community Guidelines.
**igoGPT** was written as a proof of concept and the code has been released for educational purposes only.
The authors are released of any liabilities which your usage may entail.

## Support
## 💖 Support

If you have found my code helpful, please give the repository a star ⭐

Expand Down Expand Up @@ -256,7 +256,7 @@ Or donate to any of my crypto addresses:

Thanks for your support!

## Resources
## 📚 Resources

Some of the resources I used to create this project:

Expand Down

0 comments on commit 0683e5e

Please sign in to comment.