Skip to content

Commit 2ba30f6

Browse files
committed
update
1 parent f066f1b commit 2ba30f6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

examples/Go/ChatApp/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ The application supports the following authentication methods:
5454

5555
## Usage
5656

57+
1. **Initialize a new Go module**: `go mod init chatapp-quickstart`
5758
1. **Install dependencies**: `go mod tidy`
58-
2. **Start the Application**: Run the application using `go run main.go`
59-
3. **Begin Chatting**: Type your messages when prompted with "You: "
60-
4. **Continue Conversation**: The AI will respond and maintain conversation context
61-
5. **Exit**: Press Enter without typing a message to exit gracefully
59+
1. **Start the Application**: Run the application using `go run main.go`
60+
1. **Begin Chatting**: Type your messages when prompted with "You: "
61+
1. **Continue Conversation**: The AI will respond and maintain conversation context
62+
1. **Exit**: Press Enter without typing a message to exit gracefully
6263

6364
### Example Session
6465
```
@@ -69,7 +70,7 @@ AI: Hello! I'm doing well, thank you for asking. How can I help you today?
6970
You: What can you tell me about machine learning?
7071
AI: Machine learning is a subset of artificial intelligence that focuses on...
7172
72-
You: exit
73+
You: [Press Enter to exit]
7374
Exiting chat. Goodbye!
7475
```
7576

0 commit comments

Comments
 (0)