Hi, OpenAi has assistants, and claude has projects.
are planned to choose in prompts list, choose between assistants/projects and models?
The advantage: the assistant can have static info about my product, target audience, my writing style and scm can use all the tokens to pass new and dynamic data, like scrapped data
and at same time, save tokens usage
Thanks
the thread in openai assistants is good to have one thread by blog category per example.
this thread can be created into the openai playground, so only should be a text input
what do you mean with this
Why dont you use open ai alt or webhooks?
my assistants prompts has 10k tokens instructions + files with examples (aprox 100k tokens), so
with 110k tokens… in the normal chatcompletion can’t pass much more data
why pay 110k tokens on each generation in instructions when I can save them? with assistants generations, only need to say on each generation the “unique”
in SCM, that means that all the article seo, voice, and style instructions don’t need to send on each generation, only need to say
write an article about [topic] mixing this 4 contents
content1,
content2,
and the assistant has in the inside instructions all (up to 5 Gigas) information and tunning
curl https://api.openai.com/v1/threads/thread_abc123/runs \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-H "OpenAI-Beta: assistants=v2" \
-d '{
"assistant_id": "[my assistant name]",
"instructions": "Please address the user as Jane Doe. The user has a premium account."
}