Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support OpenAI's assistants API #134

Open
Tcintra opened this issue Apr 15, 2024 · 0 comments
Open

Feature Request: Support OpenAI's assistants API #134

Tcintra opened this issue Apr 15, 2024 · 0 comments

Comments

@Tcintra
Copy link

Tcintra commented Apr 15, 2024

Hi, not sure if I'm missing something but it seems like PromptLayer doesn't yet support calls to openai.beta.threads.runs.stream(). For example, it would be great to be able to call and tag the following (Typescript):

openai.beta.threads.runs.stream(threadId, {
  assistant_id: assistantId,
  // @ts-ignore
  pl_tags: [...],
  return_pl_id: true,
});

Is there a way to do this with the current Javascript library? Thanks!

@Tcintra Tcintra changed the title Feature Request: Suppose OpenAI's assistants API Feature Request: Support OpenAI's assistants API Apr 15, 2024
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

No branches or pull requests

1 participant