Skip to content

Commit

Permalink
feat(Agent): change plugin path
Browse files Browse the repository at this point in the history
change plugin path
  • Loading branch information
yhjun1026 committed Dec 26, 2023
1 parent 7192cdf commit d4da6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/agents/auto_plan_agent_dialogue_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
llm_client = OpenAILLMClient()
context: AgentContext = AgentContext(conv_id="test456", llm_provider=llm_client)
context.llm_models = [ModelMetadata(model="gpt-3.5-turbo")]
context.gpts_name = "代码分析助手"

default_memory = GptsMemory()
coder = CodeAssistantAgent(memory=default_memory, agent_context=context)
Expand Down

0 comments on commit d4da6cd

Please sign in to comment.