metaskills / experts

Experts.js is the easiest way to create and deploy OpenAI's Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail.

Home Page:https://www.unremarkable.ai/experts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Deploys. Assistant#create() Performs an Update

metaskills opened this issue · comments

An assistant can be modified.

https://platform.openai.com/docs/api-reference/assistants/modifyAssistant

We should made the create() function do an update if the same name is found. In this way, we can update a new deployments descriptions and instructions. Few things to remember:

  • Remove tip from README about deployments and names.

Fixed by #4