Skip to content
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

FEATURE REQUEST: Add new models automatically using a YAML file #247

Open
mjtechguy opened this issue Apr 13, 2024 · 4 comments
Open

FEATURE REQUEST: Add new models automatically using a YAML file #247

mjtechguy opened this issue Apr 13, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@mjtechguy
Copy link
Sponsor

mjtechguy commented Apr 13, 2024

Hello,

I would like to be able to load new models automatically (specifically for Ollama) using a YAML config file.

Maybe something like dialoqbase.yaml with the following:

API_TYPE=Ollama
OLLAMA_URL=http://ADDRESS:11434
MODEL_ID=llama2
MODEL_NAME=llama2
STREAMING=true

Also, maybe add something to hide the default ones:

HIDE_DEFAULT=true

Would that be possible? Thanks!

@n4ze3m n4ze3m added the enhancement New feature or request label Apr 14, 2024
@n4ze3m
Copy link
Owner

n4ze3m commented Apr 14, 2024

Hey, I think you can load Ollama models via the UI. Instead of that, automatically load newly added Ollama models, right?

@n4ze3m
Copy link
Owner

n4ze3m commented Apr 16, 2024

Hey @mjtechguy, just to confirm, do you mean "a feature to automatically load newly added Ollama models," right? Also, Dialoqbase has a Discord server: https://discord.com/invite/SPE3npH7Wu.

@mjtechguy
Copy link
Sponsor Author

Sorry, was traveling. So, where right now you have to manually add Ollama models and embedding models in the UI.

It would be great if these could be configured at deployment time so that they already exist when a user logs in. Also, it would be nice to hide the other default models from the list if this was used in a completely private way.

@n4ze3m n4ze3m mentioned this issue May 2, 2024
@n4ze3m
Copy link
Owner

n4ze3m commented May 3, 2024

Hey, there are new model settings in the application section where you can dynamically configure fetching the ollama model, hide default third-party models, etc. Please let me know if you encounter any issues.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants