Spaces:
Running
on
Zero
Running
on
Zero
tes
Browse files
mysite/interpreter/prompt.py
CHANGED
@@ -17,7 +17,7 @@ def test_prompt(prompt,question):
|
|
17 |
messages=[
|
18 |
{
|
19 |
"role": "system",
|
20 |
-
"content": prompt
|
21 |
},
|
22 |
{
|
23 |
"role": "user",
|
|
|
17 |
messages=[
|
18 |
{
|
19 |
"role": "system",
|
20 |
+
"content": prompt+" 毎回日本語で答える事"
|
21 |
},
|
22 |
{
|
23 |
"role": "user",
|