-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ollama branch name generation doesn't work #5862
Comments
Hi! I believe you might be running into an issue related to our app permissions. Tauri has strong sandboxing around what the frontend can access. Could you try |
|
Sorry for the trouble! I'll spin up ollama and try it out this afternoon. |
I've had a go running it, and it seems to work in development mode 😬. I'm currently on holiday and debugging differences between development and production builds does not sound super enjoyable, so I'm going to put this onto my todolist for new year. Sorry for any inconvenience. |
+1 Experiencing the same error |
+1 same error :) |
error + 1 |
Auto-closed when I merged the likely fix, so re-opening until it has been verified. |
I'll have a go now 👍 |
By "now" I mean, in 30 minutes time when a nightly build has finished chugging away |
I made a mistake in the previous pr: #5885 |
Can you try pointing gitbutler at |
Argh. Let me properly debug this later today. |
Version
Version 0.14.4 (20241213.093904)
Operating System
macOS
Distribution Method
dmg (Apple Silicon)
Describe the issue
Hitting "Generate branch name" with the Ollama backend configured (default settings – endpoint
http://127.0.0.1:11434
, modelllama3
) results in the error "Failed to generate branch name: The string did not match the expected pattern".I do not really understand the network requests I'm seeing in devtools, but there's a request to
plugin:http|fetch_send
with a strange-looking response:I've checked that Ollama is actually installed and running:
How to reproduce
Configure GitButler to use Ollama, and try to generate a branch name.
Expected behavior
Ollama should be able to generate a branch name (like e.g. OpenAI).
Relevant log output
No response
The text was updated successfully, but these errors were encountered: