Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ver committed Apr 8, 2024
1 parent 1f368ca commit ca96b63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .idea/libraries/tinystruct_0_8_3_jar_with_dependencies.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sudo bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --serve
3. To run it in a Docker container, you can use the command below:

```tcsh
docker run -d -p 777:777 -e "OPENAI_API_KEY=[YOUR-OPENAI-API-KEY]" m0ver/smalltalk
docker run -d -p 777:777 -e "OPENAI_API_KEY=[YOUR-OPENAI-API-KEY]" -e "STABILITY_API_KEY=[YOUR-STABILITY-API-KEY]" m0ver/smalltalk
```
4. Access the application by navigating to http://localhost:777/?q=talk in your web browser
5. If you want to talk with ChatGPT, please type @ChatGPT in your topic of the conversation when you set up the topic.
Expand Down

0 comments on commit ca96b63

Please sign in to comment.