Hotfix tests after AI PR (#6124)

I merged https://github.com/twentyhq/twenty/pull/5788 too quickly and
didn't noticed it was broken with
https://github.com/twentyhq/twenty/pull/6069
This commit is contained in:
Félix Malfait
2024-07-04 10:21:33 +02:00
committed by GitHub
parent 4c642a0bb8
commit 5b4d2d989a
5 changed files with 8 additions and 13 deletions

View File

@ -371,7 +371,7 @@ export class EnvironmentVariables {
OPENROUTER_API_KEY: string;
LLM_CHAT_MODEL_DRIVER: LLMChatModelDriver = LLMChatModelDriver.OpenAI;
LLM_CHAT_MODEL_DRIVER: LLMChatModelDriver;
OPENAI_API_KEY: string;