mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(fix) update locustfile
This commit is contained in:
parent
40f00cac0d
commit
0aaa5fcfe6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue