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

Add a new type of criteria representing the cost level of the mnodel #47

Open
gplanchat opened this issue Mar 28, 2024 · 2 comments
Open

Comments

@gplanchat
Copy link

In the decision tree, there are 4 criteria CapabilityCriteria, ProviderCriteria, PrivacyCriteria, FeatureCriteria. Those are mostly technical criteria.

In some situations, we need to decide depending on the cost of a model. Having a CostCriteria with 4 values could do the job. Values could be FREE, CHEAP, AVERAGE, EXPENSIVE.

@wachterjohannes
Copy link
Member

@gplanchat this makes toally sense. you can add it when you want! But what i see is that also "OLLAMA" is not totally free because the hotting costs are high. but from the developer purpose the cost per request is nearly zero so toally OK

@gplanchat
Copy link
Author

But what i see is that also "OLLAMA" is not totally free because the hotting costs are high.

My reasoning comes from the fact there are some partnership programs for startups, where cloud hyperscalers give 10s thousands of dollars of cloud credits for free. Free seems more appropriate in those situations.

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

No branches or pull requests

2 participants