mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(fix) update locustfile
This commit is contained in:
parent
0c17fe9a32
commit
925e785a6a
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
Reference in a new issue