Skip to content

Commit ca96b63

Browse files
committed
Update README.md
1 parent 1f368ca commit ca96b63

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.idea/libraries/tinystruct_0_8_3_jar_with_dependencies.xml

-9
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sudo bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --serve
6565
3. To run it in a Docker container, you can use the command below:
6666

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

0 commit comments

Comments
 (0)