#Maven-Project Dependency not found

80 messages · Page 1 of 1 (latest)

heady bison
#

Any Ideas what I did wrong?

misty walrusBOT
#

This post has been reserved for your question.

Hey @heady bison! Please use /close or the Close Post button 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.

tough current
#

uh, you tried to use something that doesn't exist?

#

the ai.openai group doesn't even exist

heady bison
#

<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>api</artifactId>
<version>1.0.0</version>
</dependency>

isn´t working either. Any ideas?

tough current
#

maybe start by actually saying what you're trying to do

misty walrusBOT
heady bison
#

OK i would like to use chatgpt in Java maven.

tough current
#

did you use chatgpt to generate the dependancy element lol

heady bison
#

But this is in gradle

tough current
#

maven doesn't have access to gradle libs

heady bison
#

Oh no

#

didn´t know that

#

any possibilitys to do this

heady bison
#

I saw that but its 18days old u kown

#

There r a lot of things that can happen in this time

tough current
#

i don't think any ecosystem works like that

#

you don't release an api in 18 days

heady bison
#

Yeah ok

#

guess i have to swip to gradle

tough current
#

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

heady bison
tough current
#

but the wrappers do exist

heady bison
#

Can i use this in maven?

tough current
#

use what

heady bison
#

So theres no possibility to use this in java?

#

BC u can use it in python

tough current
#

...can you stop making stuff up lol

heady bison
#

sorry

tough current
#

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

royal terrace
#

Nah

heady bison
#

?

royal terrace
#

Oops wrong chat

#

Sorry

heady bison
#

no problem

tough current
#

lmao

heady bison
tough current
#

i literally just said they exist

heady bison
#

What lib?

#

U just said that there is a lib not which lib

tough current
#

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

heady bison
#

I dont get why it is not founded <dependency>
<groupId>me.zhangjh</groupId>
<artifactId>chatgpt-starter</artifactId>
<version>1.0.0</version>
</dependency>

tough current
#

where even is this

#

is it under dependancies

#

and have you fetched the repo

heady bison
#

don´t get it

tough current
#
  1. no, it's a project
  2. no, it's a different project
#

i mean the maven repo

heady bison
#

yeah

#

What should i fetch?

#

what reposity

tough current
#

your ide should be fetching it

tough current
heady bison
#

how?

tough current
#

does that option not show up when you hover over the red?

heady bison
#

no

tough current
#

under more options

heady bison
tough current
#

dk then, sorry

heady bison
#

Do u know how to fix this?