Any plans to allow GPTs to be integrated with platforms which support bots? Telegram, Discord etc. In order to compete with Coze and others.
TOOLS
-
Upcoming features and developments for OpenAI’s GPTs
By
–
Listing what is already known to be in development:
– personalisation
– connected apps
– 5 star ratings for GPTs
– a longer list of conversation starters
– potentially a new GPT-3.5 model with browsing (not confirmed) -

Deploying LangChain Agents with LangServe API Endpoints
By
–
So you've built a LangChain chain or agent – what next? How do you deploy it?
— LangChain (@LangChain) 11 février 2024
This great blog by @GitMaxd walks through how to do this with LangServe
📃Your first A.I. API endpoint with 🦜LangServehttps://t.co/3NRJ6QRnMz pic.twitter.com/6O5w563n3nSo you've built a LangChain chain or agent – what next? How do you deploy it? This great blog by @GitMaxd walks through how to do this with LangServe Your first A.I. API endpoint with LangServe https://
medium.com/@gitmaxd/your-
first-a-i-api-endpoint-with-langserve-deeb65e750b1
… -

AnyTool: LLM Agent Framework for 16K API Integration
By
–
2/ AnyTool – an LLM-based agent that can utilize 16K APIs using a simple framework consisting of 1) a hierarchical API-retriever to identify relevant API candidates to a query, 2) a solver to resolve user queries, and 3) a self-reflection mechanism.
-

AutoTrain Advanced Setup with Docker Image No Installation Required
By
–
Did you know you dont need to install any requirements or cuda stuff to setup and run AutoTrain Advanced?!! Yeap, you can just use the docker image: `huggingface/autotrain-advanced:latest`
-
User experience with GPT Builder prompt automation
By
–
Wondering if GPT builder can change the category on his own. I never use it tbh cuz it always messes up the prompt
-

Updates to Custom GPT Store and Chat Interface Flow
By
–
This also comes with a new flow of opening custom GPTs from the store where you open an about page first and one extra click will be needed to start a chat. On the About page, you see conversation starters and aggregated ratings are expected to be added later.
-
AI regex tool detects crypto scams on Twitter replies
By
–
If Elon Musk had an AI company that worked in the same building as Twitter, he could hypothetically let them design a regular expression that checks if a rando response tweet to a big account is just hawking a crypto scam
-

Custom GPTs to gain personalized memory access features
By
–
WIP: Custom GPTs will have access to personalised memory in the future. There is a new flag in the GPT builder UI allowing builders to enable memory access. Currently, it breaks GPT when enabled. GPT memory is new Cookies
-

Building Multi-Agent Apps with LangGraph Gemini Pro Streamlit
By
–
LangGraph + Gemini Pro + Custom Tool + Streamlit = Multi-Agent Application Development Awesome tutorial (YouTube and blog) from Gao Dalie on how to build a multi-agent application with LangGraph and Gemini-Pro YouTube: https://
youtube.com/watch?v=FWBnNc
Zv3kw
… Blog: https://
levelup.gitconnected.com/langgraph-gemi
ni-pro-custom-tool-streamlit-multi-agent-application-development-79c1473086b8
…