File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ const envSchema = {
1515 HELICONE_API_KEY : z . string ( ) . min ( 1 ) ,
1616 OPEN_AI_KEY : z . string ( ) . min ( 1 ) ,
1717 GEMINI_API_KEY : z . string ( ) . min ( 1 ) ,
18- GOOGLE_GENERATIVE_AI_API_KEY : z . string ( ) . min ( 1 ) ,
1918 DEEPSEEK_API_KEY : z . string ( ) . min ( 1 ) ,
2019 OPEN_ROUTER_API_KEY : z . string ( ) . min ( 1 ) ,
2120 RELACE_API_KEY : z . string ( ) . min ( 1 ) ,
@@ -63,7 +62,6 @@ const envSchema = {
6362 HELICONE_API_KEY : process . env . HELICONE_API_KEY ,
6463 OPEN_AI_KEY : process . env . OPEN_AI_KEY ,
6564 GEMINI_API_KEY : process . env . GEMINI_API_KEY ,
66- GOOGLE_GENERATIVE_AI_API_KEY : process . env . GOOGLE_GENERATIVE_AI_API_KEY ,
6765 DEEPSEEK_API_KEY : process . env . DEEPSEEK_API_KEY ,
6866 OPEN_ROUTER_API_KEY : process . env . OPEN_ROUTER_API_KEY ,
6967 RELACE_API_KEY : process . env . RELACE_API_KEY ,
You can’t perform that action at this time.
0 commit comments