Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ def load_system_prompt() -> str:
|
|
| 62 |
return system_prompt.format(today=today, yesterday=yesterday)
|
| 63 |
|
| 64 |
|
| 65 |
-
SYSTEM_PROMPT = load_system_prompt(
|
| 66 |
image_url = "https://static.wikia.nocookie.net/essentialsdocs/images/7/70/Battle.png/revision/latest?cb=20220523172438"
|
| 67 |
|
| 68 |
messages = [
|
|
|
|
| 62 |
return system_prompt.format(today=today, yesterday=yesterday)
|
| 63 |
|
| 64 |
|
| 65 |
+
SYSTEM_PROMPT = load_system_prompt()
|
| 66 |
image_url = "https://static.wikia.nocookie.net/essentialsdocs/images/7/70/Battle.png/revision/latest?cb=20220523172438"
|
| 67 |
|
| 68 |
messages = [
|