Skip to content

Commit

Permalink
Update src/models-api.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yumin Wong <wongyumin@gmail.com>
  • Loading branch information
sgoedecke and itsbagpack authored Sep 16, 2024
1 parent a3dca08 commit 3032705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import OpenAI from "openai";
export interface Model {
name: string;
displayName: string;
version: number;
version: string;
publisher: string;
registryName: string;
license: string;
Expand Down

0 comments on commit 3032705

Please sign in to comment.