Update README.md
Browse files
README.md
CHANGED
@@ -107,8 +107,8 @@ def generate(
|
|
107 |
|
108 |
instruction = "Me conte algumas curiosidades sobre o Brasil"
|
109 |
|
110 |
-
print("
|
111 |
-
print("
|
112 |
```
|
113 |
|
114 |
|
|
|
107 |
|
108 |
instruction = "Me conte algumas curiosidades sobre o Brasil"
|
109 |
|
110 |
+
print("Instruções:", instruction)
|
111 |
+
print("Resposta:", generate(instruction))
|
112 |
```
|
113 |
|
114 |
|