Multibot chat on CoCalc #7454
williamstein
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw a new announcement today about "Multibot chat on Poe": "Today we are adding an important new capability to Poe: multi-bot chat. This feature lets you easily chat with multiple models in a single thread. [...] Multi-bot chat is important because different models have different strengths and weaknesses. Some are optimized for specific tasks and others have unique knowledge. As you query a bot on Poe, you now can compare answers from recommended bots with one click, and summon any bot you prefer by @-mentioning the bot - all within the same conversation thread. This new ability lets you easily compare results from various bots and discover optimal combinations of models to use the best tool for each step in a workflow. [...] With Poe, you’re able to access all of the most powerful models, and millions of user-created bots built on top of them, all with a single $20/month subscription. "
Due to major recent work by Harald Schilly, https://CoCalc.com alsot has very similar functionality! Also, in CoCalc, you pay as you go for exactly the tokens you use with each model, and it typically costs our users far less than $20/month, with many of the models being free. Instead of paying $20/month, add $10 in credit to your cocalc account (which never expires) and pay for exactly what you actually use.
Then ask a question, and follow up by using DIFFERENT MODELS and regenerate the response with any model.
You can see all responses in the history:
The superpower of poe.com's LLM's are their integration with web search. The superpower of CoCalc.com's LLM's is the integration with computation (including high powered HPC vm's, GPU's, Jupyter Notebooks, LaTEx, R, etc.). For example, continuing our thread above:
But you can also generate code in Jupyter notebooks, that are either running in lightweight shared environment, or on high powered dedicated compute servers:
Finally, you can always check and see exactly how much every interaction costs:
Try it out totally for free today!
Beta Was this translation helpful? Give feedback.
All reactions