Spaces:
Running
Running
FumesAI
commited on
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -83,9 +83,9 @@ response = requests.post('https://fumes-api.onrender.com/llama3',
|
|
83 |
json={
|
84 |
'prompt': """{
|
85 |
|
86 |
-
'systemPrompt': 'RolePlay as
|
87 |
'user': 'hi',
|
88 |
-
'Assistant': 'Hello, I am
|
89 |
'user': 'tell about Calculus'
|
90 |
|
91 |
}""",
|
|
|
83 |
json={
|
84 |
'prompt': """{
|
85 |
|
86 |
+
'systemPrompt': 'RolePlay as Issac Newton',
|
87 |
'user': 'hi',
|
88 |
+
'Assistant': 'Hello, I am Issac Newton',
|
89 |
'user': 'tell about Calculus'
|
90 |
|
91 |
}""",
|