mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +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 = {
|
payload = {
|
||||||
"model": "fake-openai-endpoint",
|
"model": "fake-openai-endpoint",
|
||||||
"messages": [
|
"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?"},
|
{"role": "user", "content": "Hello, how are you?"},
|
||||||
],
|
],
|
||||||
# Add more data as necessary
|
# Add more data as necessary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue