diff --git a/examples/fastapi_server.py b/examples/fastapi_server.py index 7ea804c..e601f0f 100644 --- a/examples/fastapi_server.py +++ b/examples/fastapi_server.py @@ -30,8 +30,8 @@ class CompletionRequest(BaseModel): class Config: schema_extra = { "example": { - "prompt": "Question: What is the capital of France? Answer: ", - "stop": ["\n", " Question:"] + "prompt": "\n\n### Instructions:\nWhat is the capital of France?\n\n### Response:\n", + "stop": ["\n", "###"] } }