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: Configurable llms #606

Merged
merged 1 commit into from May 13, 2024
Merged

FEATURE: Configurable llms #606

merged 1 commit into from May 13, 2024

Conversation

romanrizzi
Copy link
Member

@romanrizzi romanrizzi commented May 7, 2024

This PR introduces the concept of "LlmModel" as a new way to quickly add new LLM models without making any code changes. We are releasing this first version and will add incremental improvements, so expect changes.

The AI Bot can't fully take advantage of this feature as users are hard-coded. We'll fix this in a separate PR.

Screenshot 2024-05-13 at 11 19 28 AM

@romanrizzi romanrizzi changed the title Configurable llms DRAFT: Configurable llms May 7, 2024
@romanrizzi romanrizzi force-pushed the configurable_llms branch 8 times, most recently from 7ab8c71 to 39ea4a6 Compare May 13, 2024 14:20
@romanrizzi romanrizzi changed the title DRAFT: Configurable llms FEATURE: Configurable llms May 13, 2024
@romanrizzi romanrizzi marked this pull request as ready for review May 13, 2024 14:21
This PR introduces the concept of "LlmModel" as a new way to quickly add new LLM models without making any code changes. We are releasing this first version and will add incremental improvements, so expect changes.

The AI Bot can't fully take advantage of this feature as users are hard-coded. We'll fix this in a separate PR.s
@romanrizzi romanrizzi merged commit 62fc7d6 into main May 13, 2024
5 checks passed
@romanrizzi romanrizzi deleted the configurable_llms branch May 13, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants