Aaron Alexander
Results
1
comments of
Aaron Alexander
trafficstars
I've tested a change for this locally using the following: ``` diff --git a/core/llm/llms/OpenAI.ts b/core/llm/llms/OpenAI.ts index da31df62..dacd16c8 100644 --- a/core/llm/llms/OpenAI.ts +++ b/core/llm/llms/OpenAI.ts @@ -122,8 +122,12 @@ class OpenAI extends BaseLLM...