I am 16 years old. I can program python normally well. I have an idea for a website, with an ai based product. I don't quite know if the openai api is the right way or if I should program an ai myself. and if the openai api is the right way, what I have to consider when making a website, so what languages I have to use for what and how I can customize the api to my needs. I would be happy if someone could help me. If there are still questions, what exactly the ai should do or others, i will answer as soon as i can.
#Is the api from Openai the right path?
24 messages · Page 1 of 1 (latest)
Of course you can access openai’s powerful language models through the api
please view here https://platform.openai.com/docs/introduction
An API for accessing new AI models developed by OpenAI
can i optimize it to be as good as a self programmed ai
Ah that’s what I urge to do but the programming ability of these models are still limited
they can indeed write a part of code but still unable to a whole code that builds up themselves
I’m not familiar with making a website but if you have some questions about api, I can provide some suggestions and help. (I know js well but lack knowledge of python)
sorry i meant if the optimized ai from openai better is than one i make myself with pytorch for my specific project
i know that openai cant write the code for me
you can try chatgpt to compare its coding ability with that of yours, despite some limits it’s still a powerful coded
It will be much more powerful than anything you could concoct yourself. Making a model with equivalent performance is very difficult.
what coding languages should i use to make a website, that can interatct with the api
What kind of app are you building?
you can use both languages
I think first you should focus on building the model and then worrying about frontend
and the model with python or javascript
Python and then frontend with something like react and typescript
ok thx
What kind of bot are you looking to build?