You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move from function into tools, remove FunctionCallingConfig and from_openai_function_list , integrate them within ChatGPTConfig refactor: move from function to tools #556
Required prerequisites
Motivation
ChatAgent
is redundant, we want to refactor this class to make it more tidyChatAgent
, this feature is required for the platform developmentChatAgent
#473Solution
Separate initialization of
model
andchat agent
refactor:
ChatAgent
model part #574model_type
,model_config
move tomodel
refactor:
ChatAgent
model part #574Model.create(platform='', model='',...)
refactor:
ChatAgent
model part #574add config folder, set model config based on framework done by Zecheng
Remove
ChatGPTVisionConfig
and refactor configs #539 Addconfigs
folder #540move from function into tools, remove
FunctionCallingConfig
andfrom_openai_function_list
, integrate them withinChatGPTConfig
refactor: move from function to tools #556
passing API Key as parameter into ChatAgent
feat: ChatAgent support api key as parameter #551
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: