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

Bluenaas tool #15

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open

Bluenaas tool #15

wants to merge 35 commits into from

Conversation

KeremKurban
Copy link
Member

Working example of BlueNaaS tool + Multiagent workflow. Reading responses, and embedding into efel should be implemented in separate MR imo

@@ -0,0 +1,307 @@
"""Module defining the Get ME Model tool."""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow i dont see diff for this script. i had minor improvements

" non-accomodating, stuttering or irregular spiking."
" bursting or delayed, The other capital letters in capital meaning accomodating,"
" non-accomodating, stuttering or irregular spiking. final non-capital letters might "
" indicate more details. for example pyr stands for pyramidal"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

later on this should be improved with other suffixes other than pyr

@@ -315,7 +355,7 @@ def get_language_model(
openai_api_key=settings.openai.token.get_secret_value(), # type: ignore
max_tokens=settings.openai.max_tokens,
seed=78,
streaming=True,
streaming=False,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

streaming doesnt work yet

electrophys_feature_tool,
traces_tool,
me_model_tool,
bluenaas_tool,
Copy link
Member Author

@KeremKurban KeremKurban Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

havent tested this with flat supervisor in practice yet

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.

1 participant