mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #2314] Create modelfiles that use api LLMs, e.g. gpt-4 #51504
Reference in New Issue
Block a user
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 @mdillondc on GitHub (May 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2314
Is your feature request related to a problem? Please describe.
I tried creating a modelfile with
FROM gpt-4but despite being able to select and use that model because I have my API key set up, saving the model file results in "pull model manifest: file does not exist".Describe the solution you'd like
Modelfiles should be able to utilize models connected though an API, such as those from OpenAI.
Describe alternatives you've considered
Using prompts after selecting a gpt model, but that is not ideal.
Additional context
None.
@SchneiderSam commented on GitHub (May 16, 2024):
same here +1
@tjbck commented on GitHub (May 16, 2024):
Duplicate #665, For anyone who might come across this in the future, please refrain from creating duplicate issues. It only slows me down from getting the actual work done for these features to get implemented. @mdillondc @SchneiderSam If you see any duplicate requests by other users please refer them to #665, Thanks in advance!