Interface CohereConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.langchain4j.cohere") public interface CohereConfig
  • Method Details

    • baseUrl

      @WithDefault("https://api.cohere.ai/") String baseUrl()
      Base URL of the Cohere API.
    • apiKey

      String apiKey()
      Cohere API key.
    • scoringModel

      CohereScoringModelConfig scoringModel()
      Scoring model config.