Skip to content

feat: update ui for ollama host#912

Merged
yingjiehe-xyz merged 1 commit intomainfrom
yingjiehe/ui
Jan 30, 2025
Merged

feat: update ui for ollama host#912
yingjiehe-xyz merged 1 commit intomainfrom
yingjiehe/ui

Conversation

@yingjiehe-xyz
Copy link
Copy Markdown
Contributor

@yingjiehe-xyz yingjiehe-xyz commented Jan 29, 2025

  • Update the UI provider configure page to make ollama have the similar workflow like databricks
  • Refactor the secrets.ts to config.ts

Test:

  1. UI configure page:
    image
  2. Delete the ollama host
    image
    and the yaml file gets updated as well:

Before:

DATABRICKS_HOST: https://block-lakehouse-production.cloud.databricks.com
extensions:
  developer:
    enabled: true
    name: developer
    type: builtin
GOOSE_MODEL: qwen2.5
GOOSE_PROVIDER: ollama
OLLAMA_HOST: http://localhost:11434

After

DATABRICKS_HOST: https://block-lakehouse-production.cloud.databricks.com
GOOSE_MODEL: qwen2.5
GOOSE_PROVIDER: ollama
extensions:
  developer:
    enabled: true
    name: developer
    type: builtin

image

@yingjiehe-xyz yingjiehe-xyz linked an issue Jan 30, 2025 that may be closed by this pull request
@yingjiehe-xyz yingjiehe-xyz merged commit 654e5c6 into main Jan 30, 2025
@yingjiehe-xyz yingjiehe-xyz deleted the yingjiehe/ui branch January 30, 2025 17:24
salman1993 added a commit that referenced this pull request Jan 30, 2025
* origin/main:
  fix: clarify linux cli install only (#927)
  feat: update ui for ollama host (#912)
  feat: add CONFIGURE=false option in install script (#920)
  fix: truncation agent token calculations (#915)
  fix: request payload for o1 models (#921)
  Update SupportedEnvironments.js so others don't get confused on why they can not open the macos app on x86 (#888)
  fix: improve configure process with error message (#919)
  docs: Goose on Windows via WSL (#901)
  fix: more graceful handling of missing usage in provider response (#907)
  feat: rm uv.lock cause it points to square artifactory (#917)
  feat: Update issue templates for bug report for goose (#913)
  fix: post endpoint url on sse endpoint event (#900)
michaelneale added a commit that referenced this pull request Jan 30, 2025
* main:
  chore: remove gpt-3.5-turbo UI suggestion, as it is deprecated (#959)
  chore: remove o1-mini suggestion from UI add model view (#957)
  fix: missing field in request (#956)
  docs: update provider docs, fix rate limit link (#943)
  fix: clarify linux cli install only (#927)
  feat: update ui for ollama host (#912)
  feat: add CONFIGURE=false option in install script (#920)
  fix: truncation agent token calculations (#915)
  fix: request payload for o1 models (#921)
michaelneale added a commit that referenced this pull request Jan 31, 2025
* main: (28 commits)
  ci: per semver build metadata should be after + (#971)
  fix: temp fix to make CI workflow pass (#970)
  chore: bump patch version to 1.0.3 (#967)
  fix: load shell automatically from env for GUI (#948)
  fix: update versions in release and canary workflows (#911)
  docs: fix typo, name (#963)
  docs: typo fix (#961)
  chore: remove gpt-3.5-turbo UI suggestion, as it is deprecated (#959)
  chore: remove o1-mini suggestion from UI add model view (#957)
  fix: missing field in request (#956)
  docs: update provider docs, fix rate limit link (#943)
  fix: clarify linux cli install only (#927)
  feat: update ui for ollama host (#912)
  feat: add CONFIGURE=false option in install script (#920)
  fix: truncation agent token calculations (#915)
  fix: request payload for o1 models (#921)
  Update SupportedEnvironments.js so others don't get confused on why they can not open the macos app on x86 (#888)
  fix: improve configure process with error message (#919)
  docs: Goose on Windows via WSL (#901)
  fix: more graceful handling of missing usage in provider response (#907)
  ...
ahau-square pushed a commit that referenced this pull request May 2, 2025
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow custom Ollama

3 participants