(fix) update locustfile

This commit is contained in:
Ishaan Jaff 2024-03-23 17:59:54 -07:00
parent 40f00cac0d
commit 0aaa5fcfe6

View file

@ -18,7 +18,10 @@ class MyUser(HttpUser):
payload = {
"model": "fake-openai-endpoint",
"messages": [
{"role": "system", "content": "You are a chat bot."},
{
"role": "system",
"content": "this is a very sweet test message from ishaan",
},
{"role": "user", "content": "Hello, how are you?"},
],
# Add more data as necessary