first commit
This commit is contained in:
2
tests/e2e/api/fixtures/sample.jsonl
Normal file
2
tests/e2e/api/fixtures/sample.jsonl
Normal file
@@ -0,0 +1,2 @@
|
||||
{"custom_id": "req-1", "method": "POST", "url": "/v1/chat/completions", "body": {"model": "openai/gpt-4o-mini", "messages": [{"role": "user", "content": "Say hello"}]}}
|
||||
{"custom_id": "req-2", "method": "POST", "url": "/v1/chat/completions", "body": {"model": "openai/gpt-4o-mini", "messages": [{"role": "user", "content": "Say goodbye"}]}}
|
||||
Reference in New Issue
Block a user