Getting Started with GPT-4

I watched Greg Brockman’s presentation of GPT-4 on March 16th. Then I used ChatGPT Plus to access GPT-4. With Greg’s presentation in mind, I partnered with GPT-4 which generated several applications and explanations for me. Everything went incredibly smoothly!

Here is the link to the notebook:

Enjoy!
I’ll be sharing a GPT-4 notebook with the API asap.

3 Likes

I just completed a notebook that runs GPT-3, GPT-3.5 - turbo and GPT-4 with OpenAI API. It’s fun to develop with GPT-4 as a partner.

Here is the link to the notebook :Transformers-for-NLP-2nd-Edition/Exploring_GPT_4_API.ipynb at main · Denis2054/Transformers-for-NLP-2nd-Edition · GitHub

1 Like

can you provide a link or maybe a step by step for getting gpt3.5 trubo? I’m really new to all of this but would really like to access it.

1 Like

Step by step for gpt4 would be great as well! I am trying to decipher it now.

What is the token (character) limit on this gpt4 here?

Trying it now and it seems as if GPT4 is no longer in the list. Or did I do something wrong here?

Blockquote
0 babbage
1 davinci
2 babbage-code-search-code
3 text-similarity-babbage-001
4 text-davinci-001
5 ada
6 curie-instruct-beta
7 babbage-code-search-text
8 babbage-similarity
9 gpt-3.5-turbo
10 code-search-babbage-text-001
11 gpt-3.5-turbo-0301
12 code-cushman-001
13 code-search-babbage-code-001
14 text-ada-001
15 text-embedding-ada-002
16 text-similarity-ada-001
17 text-davinci-insert-002
18 ada-code-search-code
19 ada-similarity
20 whisper-1
21 text-davinci-003
22 code-search-ada-text-001
23 text-search-ada-query-001
24 text-curie-001
25 text-davinci-edit-001
26 davinci-search-document
27 ada-code-search-text
28 text-search-ada-doc-001
29 code-davinci-edit-001
30 davinci-instruct-beta
31 code-davinci-002
32 text-similarity-curie-001
33 code-search-ada-code-001
34 ada-search-query
35 text-search-davinci-query-001
36 curie-search-query
37 davinci-search-query
38 text-davinci-insert-001
39 babbage-search-document
40 ada-search-document
41 text-search-curie-query-001
42 text-search-babbage-doc-001
43 text-davinci-002
44 curie-search-document
45 text-search-curie-doc-001
46 babbage-search-query
47 text-babbage-001
48 text-search-davinci-doc-001
49 text-search-babbage-query-001
50 curie-similarity
51 curie
52 text-similarity-davinci-001
53 davinci-similarity
Blockquote

Sure!

To dig into ChatGPT 3.5 and 4, go straight to my open-source directory:

https://github.com/Denis2054/Transformers-for-NLP-2nd-Edition/tree/main/Bonus

In this notebook, I show how to run GPT-3, GPT-3.5-turbo, and GPT-4.

Good exploration!

Basically what you do is you go to https://colab.research.google.com/ and copy each off white code block and paste each code block. Mind you that the responses are shown on the page as well in white code blocks.

I didn’t know GTP-4 would only become available after you got invited. Thanks for this. Great value!!!

1 Like

If you have access to OpenAI GPT-4 API, then it will appear.

Go through this notebook and you will see GPT-4 in the list. I ran the API with GPT-3 GPT-3. 5-turbo (ChatGPT) and GPT-4.

I tried it and it works. Many thanks for your contribution. I am new to programming and this is all new to me. But I could follow it. Thank you very much!

If you go through this notebook, you will see GPT-4, GPT-3.5 turbo and GPT-3 implementation for several NLP tasks:

Here is a step by step implementation :

To gain access, sign up for ChatGPT plus, for example then you can use this notebook :