All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.plugins.llm.ModelMapper Maven / Gradle / Ivy

There is a newer version: 0.97.6
Show newest version
package io.codemodder.plugins.llm;

/** Maps models to their deployment names. */
interface ModelMapper {
  /**
   * Maps the given model to its deployment name.
   *
   * @param model the model to map
   * @return the deployment name of the model
   */
  String getModelName(Model model);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy