Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Conversation v2 #342

Merged
merged 38 commits into from
Jan 17, 2025
Merged

Update Conversation v2 #342

merged 38 commits into from
Jan 17, 2025

Conversation

dillonalaird
Copy link
Member

@dillonalaird dillonalaird commented Jan 13, 2025

Major updates to improve stability:

  • Adds configuration files so you can switch LLM providers and arguments more easily
  • Introduces majority voting for tool choice
  • Now uses o1 for code summarization from planner, removed coder
  • With the above changes we can reduce temperature to 0 on more agents to improve stability

Minor updates and bug fixes:

  • Fixes an issue with multi-turn conversations. Previously was not passing the correct context to the planner after 2nd turn
  • Updates README with V2 code
  • Fixes bug with OpenAI LMM to properly use o1 model
  • Fixes prompts for V1 code that used old tool names
  • Fixes prompting issue where only 1 tool was getting tested (now test minimum 2 tools)
  • Tool tester now tries to mutually exclusive prompts like 'person, car' and not overlapping prompts like 'person, athlete'
  • Fixes bug in code parser where it would incorrectly strip code if the function contained a nested function call
  • Fixes prompt bug where it accidentally said to use save_file instead of save_image

@dillonalaird dillonalaird merged commit f83c4c7 into main Jan 17, 2025
8 checks passed
@dillonalaird dillonalaird deleted the conversation-updates branch January 17, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants