mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
Update types.ts
This commit is contained in:
parent
ef8a0699cc
commit
f860fc1801
@ -1,4 +1,4 @@
|
|||||||
|
or
|
||||||
interface OllamaModelDetails {
|
interface OllamaModelDetails {
|
||||||
parent_model: string;
|
parent_model: string;
|
||||||
format: string;
|
format: string;
|
||||||
@ -8,7 +8,7 @@ interface OllamaModelDetails {
|
|||||||
quantization_level: string;
|
quantization_level: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface OllamaModel {
|
export interface OllamaModel {
|
||||||
name: string;
|
name: string;
|
||||||
model: string;
|
model: string;
|
||||||
modified_at: string;
|
modified_at: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user