Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Dec 2, 2023
1 parent ff2eb9b commit 97b9416
Show file tree
Hide file tree
Showing 13 changed files with 929 additions and 794 deletions.
2 changes: 1 addition & 1 deletion 1_🏠_Home.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import streamlit as st
from streamlit_pills import pills

from agent_utils import (
from core.agent_builder import (
load_meta_agent_and_tools,
load_agent_ids_from_directory,
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ It will be able to pick the right RAG tools (either top-k vector search or optio

### Builder Agent

By default the builder agent uses OpenAI. This is defined in the `builder_config.py` file.
By default the builder agent uses OpenAI. This is defined in the `core/builder_config.py` file.

You can customize this to whatever LLM you want (an example is provided for Anthropic).

Expand Down
Loading

0 comments on commit 97b9416

Please sign in to comment.