Replace ChatGPT with Google Gemini

This commit is contained in:
2025-10-29 21:57:07 +09:00
parent c39b41a21f
commit 8f38bc82a0
9 changed files with 182 additions and 145 deletions

View File

@@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>TweetBot</name>
<description>Auto-posting tweets with ChatGPT generated content</description>
<description>Auto-posting tweets with Google Gemini generated content</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>
@@ -20,13 +20,6 @@
</properties>
<dependencies>
<!-- OpenAI Java Client -->
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
<version>0.18.2</version>
</dependency>
<!-- OkHttp for HTTP requests -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>