feat: add litellm client adapter, JSONL flow detail, and sample output
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# example.com API
|
||||
|
||||
## General
|
||||
|
||||
### `GET /`
|
||||
**GET /**
|
||||
|
||||
_Seen 1 time(s)._
|
||||
@@ -0,0 +1,7 @@
|
||||
GET clients2.google.com/time/1/current 200
|
||||
GET example.com/ 200
|
||||
GET www.google.com/async/folae 200
|
||||
POST accounts.google.com/ListAccounts 200
|
||||
GET www.google.com/async/folae 200
|
||||
GET safebrowsingohttpgateway.googleapis.com/v1/ohttp/hpkekeyconfig 200
|
||||
GET example.com/favicon.ico 404
|
||||
@@ -0,0 +1,11 @@
|
||||
openapi: 3.1.0
|
||||
info:
|
||||
title: example.com API
|
||||
version: 0.0.0
|
||||
paths:
|
||||
/:
|
||||
get:
|
||||
summary: GET /
|
||||
responses:
|
||||
2XX:
|
||||
description: GET /
|
||||
Reference in New Issue
Block a user