Skip to content

Commit

Permalink
disabled felsius test
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Mar 20, 2024
1 parent 916060f commit 2e54e00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ void testFunctions(ChatCompletionModel model) throws Exception {
@ParameterizedTest
@EnumSource(value = ChatCompletionModel.class, mode = EXCLUDE, names = {
"GPT_3_5_TURBO_0125", // don't have access to it yet
"GPT_4_TURBO_PREVIEW", // keeps returning "felsius" as temp unit
"GPT_4_32K", "GPT_4_32K_0314", "GPT_4_32K_0613", // I don't have access to these models
"GPT_4_0314", // Does not support tools/functions
"GPT_4_VISION_PREVIEW" // does not support many things now, including tools
Expand Down

0 comments on commit 2e54e00

Please sign in to comment.