A quick try with "Zephir 7B", entirely _locally_ on Mac M1. In 7 seconds, I get some usable example code for a minimalistic demo FastAPI program. Would be nice to couple this to my IDE, to allow _local_ code hinting, without leaking (customer) source code to a GPT provider. #LLM
🦜🤖OpenGPTs
Some big updates to OpenGPTs - an open-source, fully configurable GPTs experience
You can now:
📁Upload files to a retrieval tool (with full configurability over the ingestion, vectorstore, and retrieval used)
🌐Share public bots that you've created
🛠️Use more tools by default (wikipedia, arxiv, pudmed, @YouSearchEngine, @tavilyai, https://t.co/tjnTuTSayf (@vishalrohra_)
👍/👎Log feedback to LangSmith
💬Store chat message history (with @Redisinc)
Check out the open source repo here: https://t.co/pZz7CcLj2o
And check out the "research preview" hosted app here: https://t.co/uZ0qp44sI0
This ! https://t.co/lz7F34hJkQ
Finally clear why ssh was not using my configured IdentityFile for different @gitlab accounts
=> it was using ssh agent identities first (even with explicit IdentityFile mentioned).
```
Will attempt key ... agent
Will attempt key: ... explicit
```
Yesss, we nailed: an elegant fix for BeautifulSoupTransformer in @langchain that passes all my tests (no duplicates anymore and now keeps original order of tags). #AI#LLM
(now just needs to get merged ;-)
https://t.co/9wKci4iTjM
Wow, @langchain moves fast ... I submitted another "failing test" past night, and already today, the _fix_ is added to my Pull Request ... #AI#LLM
https://t.co/9wKci4iTjM
My first Pull Request into @langchain got merged :-) Good feeling to improve the test coverage and document a bug. #smallsteps#AI#LLM
(GitHub Copilot wrote half of the actual characters, but that is hardly news).
https://t.co/2pO2ipt7g1
I got my COVID vaccin shot today. Feeling totally fine.
Getting it for free, on short notice in pharmacy is VERY EASY :-). Go to https://t.co/ZI6njM4gtm and click "Covid-vaccinatie". And ... nice to get a vaccin on the day the inventors where awarded the Nobel price :-)
BREAKING NEWS
The 2023 #NobelPrize in Physiology or Medicine has been awarded to Katalin Karikó and Drew Weissman for their discoveries concerning nucleoside base modifications that enabled the development of effective mRNA vaccines against COVID-19.
Interesting interview with @jeffboudier from @huggingface on #opensource in #AI: "We think AI is too important not to be a common good" (27:44) #LLMs
https://t.co/bUCw0cNdea
Fun fact; when running the Word2Vec example of "man is to woman as prince is to ...", the logical winner is indeed "princess", but "Clijsters" is a very distant second ... nearly a princess (using the GoogleNews-vectors-negative300.bin.gz vectors) /cc @Clijsterskim#NLP#AI