DataChazGPT (not a bot) Profile picture
Mar 1, 2023 β€’ 5 tweets β€’ 5 min read β€’ Read on X
[JUST IN] #ChatGPT and #Whisper are now available through @OpenAI’s API! 🀯

#ChatGPT's API is using 'gpt-3.5-turbo', and its pricing is 10x cheaper than its predecessor!

GPT3: $0.02/1k tokens (100k tokens=$2)
GPT3.5: $0.002/1k tokens (1M tokens=$2)

πŸ”— openai.com/blog/introduci…
A #ChatGPT API call can be done in just a few lines of #Python code! 🐍πŸ”₯

(code in ALT) import openai  completion = openai.ChatCompletion.create(
And the #API call is even simpler for #Whisper! πŸ‘‡

(code in ALT)

- More info about Whisper, @OpenAI's automatic speech recognition (ASR), here: openai.com/research/whisp…) import openai  file = open("/path/to/file/openai.mp3&qu
To learn more about the #ChatGPT API, you can visit @OpenAI's new `Chat guide`:

πŸ”— platform.openai.com/docs/guides/ch…
To learn more about the #Whisper API, you can visit @OpenAI's `Speech-to-Text` guide:

πŸ”— platform.openai.com/docs/guides/sp…

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with DataChazGPT (not a bot)

DataChazGPT (not a bot) Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @DataChaz

Sep 5, 2023
I'm SO excited about our @Streamlit #LLM Hackathon kicking off today! πŸŽˆπŸš€

Build an innovative LLM app, and get ace prizes from our amazing partners:

- @LangChainAI
- @AssemblyAI
- @Weaviate_io
- @Llama_Index
- @ClarifAI

πŸ”— Join:

More below πŸ§΅β†“ streamlit.io/community/llm-…

πŸ’‘ Rules:

Build an innovative #LLM-based @Streamlit app that incorporates at least one of the following LLM technologies:

- @LangChainAI
- @AssemblyAI
- @Weaviate_io
- @Llama_Index
- @ClarifAI

- There are 5 β€œMost Innovative Use” prize categories, one for each partner listed above.
- In each category, there will be two lucky app winners.
You can submit your app alone, or as a team of two.
- Winners will be announced by October 5.
Image
πŸ§‘β€βš–οΈ Judging:

- Inventive: Your app offers unique features not present in other @Streamlit apps.
- Error-Free: No errors detected during app testing.
- Public GitHub Repo:
Your app’s source code is publicβ€”using secrets management to protect your API keys and credentials.
- Hosted on Community Cloud: Your app must be publicly accessible on Streamlit's Community Cloud.
- Tools Used: Incorporates at least one partner such as LangChain, LlamaIndex, Weaviate, AssemblyAI, or Clarifai.
- LLM Pain Points: Bonus for addressing LLM challenges like transparency, trust, accuracy, privacy, cost-efficiency, or ethics.
Image
Read 11 tweets
Jul 25, 2023
Want to try out @Meta's latest open-sourced #AI chatbot, #Llama2?

Here are three (FREE!) ways to do it! πŸ§΅β†“ Image
@perplexity_ai 2 - via @huggingface! πŸ€—

Read 6 tweets
Jul 20, 2023
Amazing new #SpeechRecognition release by @AssemblyAI! πŸ”₯

Their new #Conformer2 model, trained on a vast 1.1M hours of audio data, is here, marking a 170% increase in training compared to its predecessor!

Let's dive in!

πŸ§΅β†“

1/6
.@AssemblyAI's versatile new algo handles a huge range of speech recognition tasks:

βœ”οΈ Transcription
βœ”οΈ Summarization
βœ”οΈ Topic detection
βœ”οΈ Content moderation
βœ”οΈ Sentiment analysis
βœ”οΈ Entity detection & more!

A real Swiss army knife for efficient audio & text processing!

2/6 Image
Built on a scaled-up version of Google Brain's Conformer architecture, #Conformer2 takes cues from the scaling laws discovered by @GoogleDeepMind! 🧠

This larger training data set aims for greater accuracy in transcriptions, even for challenging audio data!

3/6 Image
Read 7 tweets
Jun 28, 2023
You've been waiting for it, and now the Chat is out of the bag! πŸŽ‰

Starting today you can build your own #AI-powered chatbots with @Streamlit's stunning new chat UI!

Everything is programmable: input, output, everything.

More details and tutorials πŸ§΅β†“

#SnowflakeSummit2023 https://t.co/7dQ3YCmFJ6twitter.com/i/web/status/1…
There are two elements to our new () widget.

chat_message and chat_input

First, chat_message inserts a chat message container:

πš πš’πšπš‘ 𝚜𝚝.πšŒπš‘πšŠπš_πš–πšŽπšœπšœπšŠπšπšŽ("πšžπšœπšŽπš›"):
𝚜𝚝.πš πš›πš’πšπšŽ("π™·πšŽπš•πš•πš˜ πŸ‘‹")

Check our docs: https://t.co/hPwPPMAhq0 https://t.co/UYQsDwRrxe https://t.co/qcAUieiSJost.chat
docs.streamlit.io/library/api-re…
twitter.com/i/web/status/1…
The second element, chat_input, displays a customisable chat input widget.

- Demo:

- Check our docs: https://t.co/ffkgjauwBU https://t.co/PXkpYm7P3P https://t.co/QJMcLQVnbjdoc-chat-input.streamlit.app/?utm_medium=oe…
docs.streamlit.io/library/api-re…
twitter.com/i/web/status/1…
Read 7 tweets
Jun 26, 2023
.@Fanilo reacts to the most popular @Streamlit LLM apps! 🎈

Listing all the apps in the πŸ§΅β†“

#1 KnowledgeGPT:

Allows you to upload a document and receive answers to questions you ask about it, including references to the source!

knowledgegpt.streamlit.app
#2 SEO ChatBot

A cool @Streamlit LLM app, trained on SEO-related corpora, that answers questions related to SEO.

seo-chat-bot.streamlit.app
Read 10 tweets
Jun 23, 2023
Take your dataframes to the next level with column configuration! πŸ”₯

With our latest release (@Streamlit 1.23.0), you can now customize all columns in your dataframes to add images, hyperlinks, sparklines, and more! 🎈

Well done @lukasmasuch, @jrieke and team!

Links below ↓
Here's the demo app:
column-config.streamlit.app
Read 4 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(