File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
57581 . ** 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?
6970You: What can you tell me about machine learning?
7071AI: Machine learning is a subset of artificial intelligence that focuses on...
7172
72- You: exit
73+ You: [Press Enter to exit]
7374Exiting chat. Goodbye!
7475```
7576
You can’t perform that action at this time.
0 commit comments