|
@@ -24,7 +24,7 @@ public class GeminiGenerateContentAction implements Action {
|
|
|
@Value("${ai.geminiApi.url:http://openai.piaoquantv.com/aigc-server/gemini/generateContent}")
|
|
|
private String geminiApiUrl;
|
|
|
|
|
|
- @Value("#{'${gemini:apikey:list}'.split(',')}")
|
|
|
+ @Value("#{'${gemini.apikey.list}'.split(',')}")
|
|
|
private List<String> apiKeyList;
|
|
|
|
|
|
private static final HttpPoolClient httpPoolClient = HttpClientUtil.create(3000, 600000, 50, 200, 0, 3000);
|