Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsungo authored Apr 15, 2024
1 parent 4853598 commit b01ff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ completion = client.chat.completions.create(
max_tokens=4096,
stop=stop_tokens,
messages=[
{'role': 'system', 'content': system_prompt},
{"role": "system", "content": system_prompt},
{"role": "user", "content": "Hello! What is your name?"},
{"role": "assistant", "content": "I am WizardLM2!"},
{"role": "user", "content": "Nice to meet you!"},
Expand Down

0 comments on commit b01ff80

Please sign in to comment.