Replace ChatGPT with Google Gemini
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user