smartinez1
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -119,6 +119,7 @@ for user_input in user_inputs:
|
|
119 |
print(f"User: {user_input}")
|
120 |
print(f"AI: {response_str}")
|
121 |
print("-" * 50) # Separator for clarity
|
|
|
122 |
### Downstream Use [optional]
|
123 |
|
124 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
|
|
119 |
print(f"User: {user_input}")
|
120 |
print(f"AI: {response_str}")
|
121 |
print("-" * 50) # Separator for clarity
|
122 |
+
```
|
123 |
### Downstream Use [optional]
|
124 |
|
125 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|