Replies: 3 comments 1 reply
-
@mckaywrigley You mentioned this was coming soon - do you have any updates on this? Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is why I'm in this repo. Anyone got it to work? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this is now irrelevant considering the amount of tools online to enable this use case.
On 13 Mar 2025, at 12:03 AM, JustinHeath ***@***.***> wrote:
This is why I'm in this repo. Anyone got it to work?
—
Reply to this email directly, view it on GitHub<#1256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6I5GRYQERQPG5S2N6EJDV32UDDO5AVCNFSM6AAAAABY434TSSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBYGE2DMNA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All!
Is there a way of connecting to an already created OpenAI GPT assistants via their ID instead of directly to the full model, like you would with AutoGen and LangChain? I did not see anything in the documentation around this.
Example:
researcher = GPTAssistantAgent(
name = "researcher",
llm_config = {
"config_list": config_list,
"assistant_id": "asst_XXXXXXXXXXXXXXXXXXXXXXX"
}
)
Beta Was this translation helpful? Give feedback.
All reactions