#Can you use assistants for one-off completions?

1 messages · Page 1 of 1 (latest)

mystic garden
#

Can you use the assistants API for one-off completions or are they only suited for chat interfaces? I want to benefit from the context preservation and file uploads.

agile rune
#

you can - Assistants are really just an abstraction layer around the completions API (as far as I understand it) - but your question seems self-contradictory: if it's a one-off completion what context preservation could there be?

cedar dock
mystic garden
#

Thank you guys!

mystic garden
#

I guess under the hood it still behaves like a chat

agile rune
#

yes I think that's correct. Sounds like you can use either approach, but the Assistants approach is probably overkill for your situation (there's a little more coding involved to orchestrate the moving parts vs the chat completions API)

cedar dock
#

Although the completions API would be the practical choice

distant zinc
#

👀