TaskingAI May 2024 Release Notes

June 3, 2024
James Yao

We’re thrilled to announce some incredible features and updates for TaskingAI that will take your productivity and project management to the next level. Here’s a detailed look at what’s new.

Markdown & Image Upload Support in Playground

We understand the importance of having powerful tools for testing and debugging your assistants. With the latest update, TaskingAI’s Playground now supports rendering Markdown and uploading images directly. This means you can now:

  • Display Rendered Markdown: When testing your assistant in the Playground, you can input Markdown and see it rendered in real-time. This helps you ensure your assistant’s responses are formatted correctly and look professional.
  • Upload and Analyze Images: You can now upload images during your testing sessions in the Playground, allowing the assistant to analyze and respond to the content of the images you provide.

Seamless Migration to TaskingAI with OpenAI API Support

TaskingAI now fully supports the OpenAI API! This means you can seamlessly migrate your existing code based on the OpenAI API to TaskingAI without hassle. Whether you’re building chatbots, content generators, or any other AI-powered solutions, TaskingAI has got you covered.

  • Ease of Transition: Quickly migrate your existing projects to TaskingAI.
  • Enhanced Capabilities: Leverage TaskingAI’s robust platform for better performance and integration.
  • Consistency: Maintain consistency in your workflows with support for OpenAI API.

Example:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="YOUR_TASKINGAI_API_KEY",
5    base_url="https://oapi.tasking.ai/v1",
6)
7response = client.chat.completions.create(
8        model="YOUR_TASKINGAI_MODEL_ID", # or an assistant ID
9        messages=[
10            {"role": "user", "content": "Hello, how are you?"},
11        ]
12    )
13
14print(response)

Inference and Plugin Service Now Open Source!

In our commitment to fostering a collaborative and innovative community, we proudly announce that our Inference and Plugin services are now open source. You can now access, modify, and contribute to the source code, enabling you to tailor these services to fit your needs better.

Get Started:

Visit our GitHub repository to explore the codebase, report issues, and contribute to the project.

These updates are designed to enhance your experience with TaskingAI, making it more powerful and flexible. We are committed to continuous improvement and value your feedback. Try out these new features today and let us know what you think!

Stay tuned for more updates and happy coding!

TaskingAI Team

Previous post
No items
No items

On this page

©️ 2024 TaskingAI All Copyright Reserved