Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiar authored Oct 3, 2023
1 parent 8d387f5 commit 6dc2c21
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# We plan to gradually change the name from OpenWolfPack to WiseOwlChat.

The transition will begin with the repository name, followed by updates to the project source code, and finally modifications to Actions.

When the name changes, GitHub automatically redirects requests for the old repository name to the new repository name.

You will need to update the remote URL in your local Git repository as well.
```
git remote set-url origin https://github.com/katsumiar/WiseOwlChat.git
```

# OpenWolfPack
![sample](https://github.com/katsumiar/OpenWolfPack/assets/63950487/97c0b549-c87f-4b60-91fd-b35709ebcc14)

Expand Down Expand Up @@ -32,7 +43,7 @@ Please copy the DLL (.dll) files located under the directories where the plugin

## API Key Requirement
To use OpenAI API, you need to obtain an OpenAI API key in advance.
Register the obtained API key as an environment variable with the name OPENAI_AI_KEY or OPENAI_KEY (Note: The purpose is the same, just the name is different).
Register the obtained API key as an environment variable with the name `OPENAI_AI_KEY` or `OPENAI_KEY` (Note: The purpose is the same, just the name is different).

## Support
If you have any questions, please contact OpenWolfPack.
Expand Down

0 comments on commit 6dc2c21

Please sign in to comment.