#Maven-Project Dependency not found
80 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @heady bison! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
uh, you tried to use something that doesn't exist?
the ai.openai group doesn't even exist
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>api</artifactId>
<version>1.0.0</version>
</dependency>
isn´t working either. Any ideas?
maybe start by actually saying what you're trying to do
OK i would like to use chatgpt in Java maven.
did you use chatgpt to generate the dependancy element lol
Hey Java developers! This lesson is on ChatGPT for Java coders.
With ChatGPT, you can build advanced conversational AI applications that can understand and respond to human language in a natural way. In this video, you'll get an introduction to ChatGPT and how to incorporate it into your Java projects.
GPT is a type of artificial intelligence...
But this is in gradle
maven doesn't have access to gradle libs
I saw that but its 18days old u kown
There r a lot of things that can happen in this time
gradle doesn't have an api either...
there isn't a webapi for chatgpt
whatever wrapper you get is a wrapper for the ui, i'd assume
but the wrappers do exist
Can i use this in maven?
use what
when did i say that
...can you stop making stuff up lol
sorry
anyways, funny. there's the news
https://techinformed.com/openais-chatgpt-will-be-available-as-an-api-soon/
i had a message typed up but i didn't send it 💀
basically about there would at least be news
anyways, there does currently exist maven libs
just might not be the one used in that video
maven can only access maven libs. if it wasn't also published on maven, then it can't be accessed via maven
Nah
?
no problem
lmao
Is there a lib that i could use?
i literally just said they exist
you can search for them in the maven repo
there's a lot
i have experience with none
choose for yourself
or reference the forum i linked
there's a link in there for another forum
https://mvnrepository.com/artifact/com.lilittlecat/chatgpt do u think i could use this?
I dont get why it is not founded <dependency>
<groupId>me.zhangjh</groupId>
<artifactId>chatgpt-starter</artifactId>
<version>1.0.0</version>
</dependency>
don´t get it
isn´t this in the repo?#
your ide should be fetching it
the maven repository
how?
does that option not show up when you hover over the red?
under more options
dk then, sorry
Do u know how to fix this?