Replies: 1 comment 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.
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