Skip to content

Commit

Permalink
fix(swagger): fix swagger ui by adding missing types (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jan 26, 2024
1 parent f6c6165 commit 04f6d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tabby/src/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Install following IDE / Editor extensions to get started with [Tabby](https://gi
completion::DebugOptions,
completion::DebugData,
chat::ChatCompletionRequest,
chat::ChatCompletionChoice,
chat::ChatCompletionDelta,
chat::Message,
chat::ChatCompletionChunk,
health::HealthState,
Expand Down

0 comments on commit 04f6d4e

Please sign in to comment.