pending changes

This commit is contained in:
Adil Hafeez 2025-10-22 15:55:13 -07:00
parent c3c161ca4c
commit 8d80679822
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 29 additions and 191 deletions

View file

@ -1,5 +1,4 @@
@baseUrl = http://0.0.0.0:10502
@model = gpt-4o
# Health Check
GET {{baseUrl}}/health
@ -11,7 +10,7 @@ POST {{baseUrl}}/v1/chat/completions
Content-Type: application/json
{
"model": "{{model}}",
"model": "gpt-4o",
"messages": [
{
"role": "user",
@ -27,7 +26,7 @@ POST {{baseUrl}}/v1/chat/completions
Content-Type: application/json
{
"model": "{{model}}",
"model": "gpt-4o",
"messages": [
{
"role": "user",
@ -42,7 +41,7 @@ POST http://localhost:8001/v1/chat/completions
Content-Type: application/json
{
"model": "{{model}}",
"model": "gpt-4o",
"messages": [
{
"role": "user",
@ -72,7 +71,7 @@ Content-Type: application/json
x-debug-mode: true
{
"model": "{{model}}",
"model": "gpt-4o",
"messages": [
{
"role": "user",
@ -88,7 +87,7 @@ Content-Type: application/json
X-Debug-Mode: true
{
"model": "{{model}}",
"model": "gpt-4o",
"messages": [
{
"role": "user",
@ -101,7 +100,6 @@ X-Debug-Mode: true
### Test debug mode without streaming (should work normally)
POST http://localhost:8001/v1/chat/completions
Content-Type: application/json
x-debug-mode: true
{
"model": "gpt-4o",