mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #212] [Feature need]Support custom api_base #58
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xy3xy3 on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/212
I want to custom the openai api_base in order to use some proxy or other sites.
I would very much like to know if you can help implement this function, thank you.
@jehna commented on GitHub (Nov 16, 2024):
Can you try if the
--baseURLflag works for your use case?@xy3xy3 commented on GitHub (Nov 16, 2024):
Thanks.It works.
I would like to know if I can customize the model name? If not gpt-4o-mini
@jehna commented on GitHub (Nov 16, 2024):
You can check all available arguments with
--helpflag. I believe themodel flag was called--model