Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 31, 2024
1 parent 252a065 commit b6a3a31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,26 @@
description: 'This route showes this page.'
}
]
},
{
name: 'Chat',
route: '/v1/chat',
routes: [
{
route: '/completions',
description: 'route for chat, follow OpenAI request & response format'
}
]
},
{
name: 'Token',
route: '/v1/token',
routes: [
{
route: '/api-key',
description: 'get an API key for request chat'
}
]
}
]

Expand Down

0 comments on commit b6a3a31

Please sign in to comment.