Update README.md
Browse files
README.md
CHANGED
|
@@ -113,7 +113,8 @@ def generate_text(prompt, max_length=2000):
|
|
| 113 |
prompt = "Write a code in react for calling api to server at https://example.com/test"
|
| 114 |
generated_text = generate_text(prompt)
|
| 115 |
|
| 116 |
-
print(generated_text)
|
|
|
|
| 117 |
|
| 118 |
## Future Developments
|
| 119 |
This is a cold start LLM and can be enhance it's capabalities using RL so that this LLM perform more better. Currently we have found
|
|
|
|
| 113 |
prompt = "Write a code in react for calling api to server at https://example.com/test"
|
| 114 |
generated_text = generate_text(prompt)
|
| 115 |
|
| 116 |
+
print(generated_text)
|
| 117 |
+
```
|
| 118 |
|
| 119 |
## Future Developments
|
| 120 |
This is a cold start LLM and can be enhance it's capabalities using RL so that this LLM perform more better. Currently we have found
|