Lets Beef - Battle Rap Forums

Lets Beef - Battle Rap Forums (https://www.letsbeef.com/forums/index.php)
-   General Talk (https://www.letsbeef.com/forums/forumdisplay.php?f=80)
-   -   ChatGPT (https://www.letsbeef.com/forums/showthread.php?t=175181)

NOBLE 02-07-2023 08:14 AM

ChatGPT
 
Just curious...
Have any of you attempted to use ChatGPT to write rhymes or battle verses? It's fairly decent at coming up with puns and wordplays. If so, what was your experience like?
Do you consider doing something like that as cheating? How do you think AI chatbots like ChatGPT will impact Rap music or music in general?

Row 02-07-2023 10:51 AM

what is that ?

Barzooka 02-07-2023 11:50 AM

Interesting...

NOBLE 02-07-2023 11:55 AM

Quote:

Originally Posted by Row (Post 1226034)
what is that ?

It's an artificial intelligence content generator. It's like those AI image generator apps, but for words. It can write code, a poem, or even a resumé...pretty much anything really.

ThaGauddyGawd 02-07-2023 12:20 PM

Is there a package or dev kit that is C++ or Python compatible. The Web api appears to be at capacity.

Row 02-07-2023 12:40 PM

Quote:

Originally Posted by B a r z o o k a (Post 1226035)
Interesting...

you accidentally edited NOBLE's post loool

NOBLE 02-07-2023 12:51 PM

Quote:

Originally Posted by ThaGauddyGawd (Post 1226037)
Is there a package or dev kit that is C++ or Python compatible. The Web api appears to be at capacity.

Quote:

Originally Posted by ChatGPT
Yes, OpenAI provides a Python package for interfacing with their GPT-3 language model, including the pre-trained ChatGPT model. The package is called "openai" and can be installed via pip. Here is an example of how you can use it in Python to generate text:
Code:

import openai

# Set up the OpenAI API key
openai.api_key = "YOUR_API_KEY"

# Generate text using the ChatGPT model
response = openai.Completion.create(
    engine="text-davinci-002",
    prompt="Hello, how are you today?",
    max_tokens=1024,
    n=1,
    stop=None,
    temperature=0.5,
)

# Print the generated text
print(response["choices"][0]["text"])

As for C++ compatibility, OpenAI doesn't currently provide a C++ SDK for the GPT-3 language model. However, you could use the Python package from a C++ program via a Python extension module such as Boost.Python or Pybind11.


CulpritT 02-07-2023 01:02 PM

Never used it before- every time i try it says its at capacity. Im curious to see what kind of battle raps a bot can make lol

Barzooka 02-07-2023 01:02 PM

Quote:

Originally Posted by Row (Post 1226038)
you accidentally edited NOBLE's post loool

I fucked up

RhymeSmoke 02-07-2023 03:08 PM

Not sure what this is but Im a movie buff and occasionally get some funny quotes and flip myself on to it. But ive never used anything but my thoughts to come up with shit. Ive used a thesaurus online a few times to stretch out some bars, but its winded up not even helpin. With audio sometimes ill spit like a rough draft for myself, mostly freestyle or a 16 I got in my head for a couple days. Then ill listen to it and work it from there. Its all memorizing for me though. I will sometimes jot something down of i dont wanna forget it, but i usually dont forget it. Memorization is key...i used to write like 4 or 5 drafts 20 years ago... not realizing i didnt need to because i already had it in my head. Once i realized that shit...pen and paper was a wrap. If you reading ya shit, you can't put ya swag as much on it, and when you ok know ya shit in your head, you can improve, switch bars around on the fly, while rappin your shit...


All times are GMT -4. The time now is 03:26 PM.

Powered by vBulletin
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.