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

feat: add default model aliases #663

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

thedadams
Copy link
Contributor

Default model aliases replace the concept of a model being a default. Now, a user can set up their default model aliases and tools can use those to interact with the default models without needing to worry about which model they are actually using.

This change extends to knowledge so that knowledge will always use the same text-embedding model for a given knowledge set.

@thedadams thedadams force-pushed the default-model-aliases branch from d6036e9 to 145cd26 Compare November 24, 2024 15:59
Default model aliases replace the concept of a model being a default.
Now, a user can set up their default model aliases and tools can use
those to interact with the default models without needing to worry about
which model they are actually using.

This change extends to knowledge so that knowledge will always use the
same text-embedding model for a give knowledge set.

Another minor change here: renaming agent usage to llm.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams force-pushed the default-model-aliases branch from 145cd26 to c20e354 Compare November 24, 2024 16:05
@thedadams thedadams merged commit d05210b into obot-platform:main Nov 24, 2024
1 check passed
@thedadams thedadams deleted the default-model-aliases branch November 24, 2024 16:14
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

Successfully merging this pull request may close these issues.

1 participant