first commit
This commit is contained in:
2
tests/e2e/api/fixtures/sample-gemini.jsonl
Normal file
2
tests/e2e/api/fixtures/sample-gemini.jsonl
Normal file
@@ -0,0 +1,2 @@
|
||||
{"custom_id": "integration-test-1", "method": "POST", "url": "/v1/chat/completions", "body": {"model": "gemini-2.0-flash", "messages": [{"role": "user", "content": "Say hello"}]}}
|
||||
{"custom_id": "integration-test-2", "method": "POST", "url": "/v1/chat/completions", "body": {"model": "gemini-2.0-flash", "messages": [{"role": "user", "content": "Say goodbye"}]}}
|
||||
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"}]}}
|
||||
BIN
tests/e2e/api/fixtures/sample.mp3
Normal file
BIN
tests/e2e/api/fixtures/sample.mp3
Normal file
Binary file not shown.
BIN
tests/e2e/api/fixtures/sample.png
Normal file
BIN
tests/e2e/api/fixtures/sample.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
1
tests/e2e/api/fixtures/sample.txt
Normal file
1
tests/e2e/api/fixtures/sample.txt
Normal file
@@ -0,0 +1 @@
|
||||
Hello world. This is a sample file for Bifrost Postman/Newman tests.
|
||||
Reference in New Issue
Block a user