Skip to content

Commit

Permalink
update DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Mar 7, 2024
1 parent 6928c24 commit 3fd0016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,10 @@ Event
> | path | `string` | `/api/v1/chat/completion` | Provider setting name. |
> | method | `string` | `POST` | Http method for the assoicated proxu request. |
> | custom_id | `string` | `YOUR_CUSTOM_ID` | Custom Id passed by the user in the headers of proxy requests. |
> | request | `[]byte` | `{}` | Custom Id passed by the user in the headers of proxy requests. |
> | request | `[]byte` | `{}` | Request in bytes to providers. |
> | custom_id | `string` | `YOUR_CUSTOM_ID` | Custom Id passed by the user in the headers of proxy requests. |
> | response | `[]byte` | `{}` | Response in bytes from providers. |
</details>

<details>
Expand Down

0 comments on commit 3fd0016

Please sign in to comment.