I spent a few days understanding OpenAI value propositions so that I can create a product that scales with them and isn't just a wrapper π
How can you create products in a market where one company dominates and iterates so quickly ?
1οΈβ£ Build a product that scales with OpenAI
I've marked with a β issues and features where I think OpenAI will increase/fix or implement features. If you product's features scale with the improvements of these issues, then you are on track.
Aug 2, 2023 β’ 15 tweets β’ 5 min read
Spice up your AI game with Genoss GPT! ππ
Imagine swapping @OpenAI with any LLM, all in a single line.
- Switch to LLama V2 from @Meta? Done
- Experiment with GPT4ALL from @nomic_ai? Easy
- Custom model on @huggingface? Absolutely
Made w/ @LangChainAI & @huggingface
π§΅π
@OpenAI @Meta @nomic_ai @huggingface @LangChainAI Genoss GPT is an API that is compatible with @OpenAI SDK
It means you can replace OpenAI GPT3.5/4 url with Genoss URL and it will work.
Here on the @streamlit demo you can either use:
1 - @OpenAI through their URL
2 - Or via Genoss
Jun 26, 2023 β’ 7 tweets β’ 3 min read
OpenAI Functions can make your app 10 times better! π₯
But you can easily use them wrong.
Here are 5 mistakes I made and how I fixed them on @quivr_brain
@quivr_brain Limit the number of functions as their description counts as tokens.
@quivr_brain functions represent 341 tokens each call