Skip to content

Commit

Permalink
Fixed properties description in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Nov 6, 2023
1 parent 0fd520d commit e4af01f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ the AI's responses can be delivered through browser-based or Elevenlabs text-to-

java -jar ./talkforgeai-0.1.0.jar --spring.config.additional-location=./talkforgeai.properties

Example properties file:

server.port=8090
openai.api-key=[your OpenAI API Key]
elevenlabs.api-key=[you Elevenlabs API-Key]
talkforgeai.datadir=[your TalkforgeAI data directory]
- Available properties:
- server.port: Port to run the server on. Default is 8090.
- openai.api-key: OpenAI API key
- elevenlabs.api-key: Elevenlabs API key
- talkforgeai.datadir: Directory to store data in
- logging.level.com.talkforgeai: Log level for TalkforgeAI. Default is INFO.

### Using Docker

Expand Down

0 comments on commit e4af01f

Please sign in to comment.