-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Remove function calling #102
Merged
LeonOstrez
merged 22 commits into
Pythagora-io:debugging_ipc
from
nalbion:feature/99-remove-function-calling
Sep 26, 2023
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0660244
fabulous does not work on Windows
nalbion 0234c5f
fixed logging for unit tests
nalbion 4b7aa2d
`get_prompt()` moved from `llm_connection` to `utils` and works from …
nalbion 82690b2
added `test_end_to_end()` and llm_connection test
nalbion 2b4186a
test_chat_completion_Architect passes
nalbion 714658a
tidy up tests
nalbion d4879a0
ARCHITECTURE function_calls works on meta-llama/codellama-34b-instruct
nalbion 4d91f38
Tested Developer.install_technology before refactoring without functi…
nalbion 575c259
Refactored AgentConvo.postprecess_response() into function_calling.pr…
nalbion 156b361
function_call-style JSON response from gpt-4, gpt-3_5, codellama, pal…
nalbion 18aec50
anthropic/claude-2 returns JSON
nalbion f478953
6 models returning JSON as per ARCHITECTURE function_calls schema
nalbion b317f58
clean up
nalbion 623908d
fixed tests
nalbion c59f068
run CI
nalbion 323b266
updated test
nalbion b5cebb9
linting
nalbion 1c290c8
linting
nalbion dd10b4a
removed local_llm_function_calling
nalbion 68f8368
Require Python >= 3.10
nalbion b8965f5
notes and testing
nalbion 8a024c2
rejecting responses that are not JSON.
nalbion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why python 3.10? I am using 3.9.6 on my current macbook and it works fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into an (minor) issue with typing and figured that Python 3.10 came out in 2021 so it would not be likely to be used anymore.