AI
- free AI IBM course:
- python integration with chatGPT:
$sudo pip install openai
import_openai.py
import openai
from apikey import APIKEY
openai.api_key = APIKEY
output = openai.ChatCompleation(
model="gpt-3.5-turbo",
message=[{"role":"user", "content": "Write me a script of python integrated with openai"}]
)
print(output)
apikey.py
APIKEY = "sk-vym.......W"
- chatGPT art:
- chatgpt and brain creativity

- Introduction to generative AI scaling on AWS | Amazon Web Services
Comentarii
Trimiteți un comentariu