In the AI-ML job market | Ex-Applied Science intern @Amazon | Ex-research intern at @Microsoft | CS+ML @georgiatech | memes support @simplyypotatoo
Mar 28, 2023 • 12 tweets • 6 min read
How does OpenAI plugins/Browser work? A thread of detailed analysis on the server interaction. S/o to @CrisGiardina for helping with access.
TLDR: Browsing (and possibly plugin) is a different model with 8k seq length support and a toolformer like operation structure.
If you look into the model names, this one is called text-davinci-002-browse and supports 8197 max_tokens.
So those of you who have not got access to GPT-4 8k API but have got access to plugins, you can have a similar experience with longer context.
Dec 2, 2022 • 8 tweets • 3 min read
While everyone is amazed by the capabilities of ChatGPT, I dived into the API requests to learn more about the request structure, here is a glimpse of what functionalities it might have in the future - a 🧵 #ChatGPT#OpenAIChat
There are multiple possible roles that the entities interacting can take: 1. unknown 2. user (being used for input) 3. assistant (being used while replying) 4. system 5. critic 6. tool
These have wild implications, regarding the use-cases in future.