Update README.md
Browse files
README.md
CHANGED
|
@@ -95,4 +95,11 @@ res, ctx, use_model = chat(user_prompt="hello", model_store_entry=use_model, cur
|
|
| 95 |
# escalate prompt -> llama3-70b
|
| 96 |
p = "Discuss the challenges and potential solutions for achieving sustainable development in the context of increasing global urbanization."
|
| 97 |
res, ctx, use_model = chat(user_prompt=p, model_store_entry=use_model, curr_ctx=ctx, verbose=True)
|
| 98 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
# escalate prompt -> llama3-70b
|
| 96 |
p = "Discuss the challenges and potential solutions for achieving sustainable development in the context of increasing global urbanization."
|
| 97 |
res, ctx, use_model = chat(user_prompt=p, model_store_entry=use_model, curr_ctx=ctx, verbose=True)
|
| 98 |
+
```
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
|
| 102 |
+
|
| 103 |
+
If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
|
| 104 |
+
|
| 105 |
+
Also feel free to visit my website https://devquasar.com/
|