Skip to content

Commit

Permalink
released 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Mar 25, 2024
1 parent 768b97b commit 687f9c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import dev.langchain4j.model.chat.StreamingChatLanguageModel;
import dev.langchain4j.model.output.Response;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.autoconfigure.AutoConfigurations;
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
Expand All @@ -17,6 +18,7 @@
import static java.util.concurrent.TimeUnit.SECONDS;
import static org.assertj.core.api.Assertions.assertThat;

@Disabled
class AutoConfigIT {

private static final String API_KEY = System.getenv("ANTHROPIC_API_KEY");
Expand Down

0 comments on commit 687f9c0

Please sign in to comment.