-
Notifications
You must be signed in to change notification settings - Fork 154
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
gptel: Allow setting custom curl path #145
base: master
Are you sure you want to change the base?
Conversation
@rleppink Thank you for the PR, I don't have a Windows PC right now to test I think we can combine the two variables ( |
From an end user perspective, I personally think it's more clear that Overloading |
Okay. We can go the other way and replace |
00060c7
to
0690c8b
Compare
beb09c5
to
b34e217
Compare
43e0a12
to
89decb4
Compare
This commit allows the user to set a custom path to the curl executable. Windows has some strange notions of what "curl" is, and this can't always be changed easily. With this variable, a user can let gptel use the curl executable of their choosing -- allowing full response streaming.
3987ae9
to
9104d4f
Compare
440da06
to
9a5a4a6
Compare
@rleppink Are you still interested in adding a gptel-curl-path? |
This commit allows the user to set a custom path to the curl executable.
Windows has some strange notions of what "curl" is, and this can't always be changed easily. With this variable, a user can let gptel use the curl executable of their choosing -- allowing full response streaming.
The default is still set to the same value it was:
"curl"
.