feat: make ollama host configurable in goose2 (#8912)
This commit is contained in:
@@ -19,6 +19,7 @@ export interface ProviderField {
|
||||
secret: boolean;
|
||||
required: boolean;
|
||||
placeholder?: string;
|
||||
defaultValue?: string;
|
||||
}
|
||||
|
||||
export interface ProviderFieldValue {
|
||||
|
||||
Reference in New Issue
Block a user