Skip to content

Conversation

@mudler
Copy link
Owner

@mudler mudler commented Jul 27, 2025

Description

The assistant endpoint was still a work-in-progress ( See #1273 ). The assistants API is deprecated in favor of responses API: https://platform.openai.com/docs/guides/responses-vs-chat-completions#assistants . The responses API is implemented in LocalAGI which uses LocalAI and allows to create agents and interact with them using the OpenAI rest API.

Closes #1273 as there is no anymore sense into implementing it in LocalAI.

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@netlify
Copy link

netlify bot commented Jul 27, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit ba82e0c
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/6886585f0784550008981104
😎 Deploy Preview https://deploy-preview-5926--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mudler mudler force-pushed the drop/assistants-endpoints branch from dda34a0 to 230abbf Compare July 27, 2025 16:44
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler force-pushed the drop/assistants-endpoints branch from 230abbf to ba82e0c Compare July 27, 2025 16:48
@mudler mudler merged commit 73ecb7f into master Jul 27, 2025
26 checks passed
@mudler mudler deleted the drop/assistants-endpoints branch July 27, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Assistant API

2 participants