You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a test case that ensures that a model from every integrated LLM provider can handle the user specifying a temperature value of 2, which is the max temperature allowed. However, this test either takes a significant amount of time, or is frozen altogether. (It has never completed before)
pnpm vitest run test/manual/temperature.test.ts --testTimeout 100000
Expected Result
The test case passes
Actual Result
The test case eventually times out.
The text was updated successfully, but these errors were encountered:
sam-goldman
changed the title
Investigate why the max temperature test takes a very long time
Investigate why the max temperature test takes a very long time or is frozen
Jul 13, 2024
Problem
We have a test case that ensures that a model from every integrated LLM provider can handle the user specifying a
temperature
value of2
, which is the max temperature allowed. However, this test either takes a significant amount of time, or is frozen altogether. (It has never completed before)Steps to Reproduce
pnpm vitest run test/manual/temperature.test.ts --testTimeout 100000
Expected Result
The test case passes
Actual Result
The test case eventually times out.
The text was updated successfully, but these errors were encountered: