Update README
This commit is contained in:
16
README.md
16
README.md
@@ -13,6 +13,14 @@ go build cmd/ask.go
|
|||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
|
### Run single query
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ ./ask write a python array of 10 nouns
|
||||||
|
|
||||||
|
nouns = ["apple", "cat", "book", "car", "tree", "house", "pen", "computer", "phone", "water"]
|
||||||
|
```
|
||||||
|
|
||||||
### Run (Interactive mode)
|
### Run (Interactive mode)
|
||||||
|
|
||||||
With gpt-3.5-turbo (default)
|
With gpt-3.5-turbo (default)
|
||||||
@@ -38,11 +46,3 @@ $ 3
|
|||||||
|
|
||||||
# Yes, there are 3 words in the sentence "hello dear world!"
|
# Yes, there are 3 words in the sentence "hello dear world!"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run single query
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ ./ask write a python array of 10 nouns
|
|
||||||
|
|
||||||
nouns = ["apple", "cat", "book", "car", "tree", "house", "pen", "computer", "phone", "water"]
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user