Skip to content

Commit

Permalink
Merge pull request #290 from devoxx/issue-289
Browse files Browse the repository at this point in the history
Removed state for LLMModelRegistryService and changed to light servic…
  • Loading branch information
stephanj authored Sep 12, 2024
2 parents 8036257 + d5da38f commit 74eec92
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 85 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/com/devoxx/genie/model/LanguageModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
import com.devoxx.genie.model.enumarations.ModelProvider;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.jetbrains.annotations.NotNull;

import java.util.Comparator;

@Data
@Builder
public class LanguageModel implements Comparable<LanguageModel> {

private ModelProvider provider;
private String modelName;
private String displayName;
Expand Down
Loading

0 comments on commit 74eec92

Please sign in to comment.