Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ spec:
auth:
type: apiKey
header: api-key
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/azure.openai/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/main/openapi/azure.openai/openapi.yaml
logoUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/refs/heads/main/openapi/azure.openai.v2/icon.png
openapiSpecUrl: https://raw.githubusercontent.com/nomadxd/openapi-connectors/refs/heads/main/openapi/azure.openai.v2/openapi.yaml
promptTokens:
location: payload
identifier: $.usage.prompt_tokens
identifier: $.usage.input_tokens
completionTokens:
location: payload
identifier: $.usage.completion_tokens
identifier: $.usage.output_tokens
totalTokens:
location: payload
identifier: $.usage.total_tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
displayName: OpenAI
metadata:
endpointUrl: https://api.openai.com
endpointUrl: https://api.openai.com/v1
auth:
type: apiKey
header: Authorization
Expand Down
Loading